Add the demo factory to the libs

This commit is contained in:
Guille 2020-10-22 11:38:59 -04:00
parent 1f2a79d43b
commit 8d14b040ed
2 changed files with 0 additions and 5 deletions

View File

@ -19,7 +19,6 @@ class OccupancyFactory:
self.factory()
def _demo(self):
# TODO: what to do?
DemoOccupancyParameters(self._city, self._base_path)
def factory(self):

View File

@ -38,8 +38,4 @@ class TestOccupancyFactory(TestCase):
self.assertTrue(building.week_day_schedule)
self.assertTrue(building.saturday_schedule)
self.assertTrue(building.sunday_schedule)
print("building " + building.name + " [" + building.function + "]")
print(building.week_day_schedule)
print(building.saturday_schedule)
print(building.sunday_schedule)