diff --git a/hub/imports/construction/helpers/construction_helper.py b/hub/imports/construction/helpers/construction_helper.py index 379bb336..5eb60345 100644 --- a/hub/imports/construction/helpers/construction_helper.py +++ b/hub/imports/construction/helpers/construction_helper.py @@ -39,7 +39,15 @@ class ConstructionHelper: 'Quebec City': '7A', 'Kelowna': '5', 'Park Slope': '4', - 'Varennes': '6' + 'Varennes': '6', + 'Laval': '6', + 'Longueuil': '6', + 'Saint-Leonard': '6', + '': '6', + '': '6', + '': '6', + '': '6', + '': '6', } _reference_city_to_israel_climate_zone = { diff --git a/hub/imports/geometry/helpers/geometry_helper.py b/hub/imports/geometry/helpers/geometry_helper.py index 099fe9f7..1230adad 100644 --- a/hub/imports/geometry/helpers/geometry_helper.py +++ b/hub/imports/geometry/helpers/geometry_helper.py @@ -10,6 +10,7 @@ import sys import numpy as np from numpy import ndarray + class GeometryHelper: """ Geometry helper diff --git a/tests/tests_data/pickle_path.bz2 b/tests/tests_data/pickle_path.bz2 deleted file mode 100644 index 4c23c0f7..00000000 Binary files a/tests/tests_data/pickle_path.bz2 and /dev/null differ