correct unittest

This commit is contained in:
Guille Gutierrez 2023-08-08 12:01:00 -04:00
parent a3bf594071
commit 4012408e2f
3 changed files with 10 additions and 1 deletions

View File

@ -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 = {

View File

@ -10,6 +10,7 @@ import sys
import numpy as np
from numpy import ndarray
class GeometryHelper:
"""
Geometry helper

Binary file not shown.