just fixed some typological warnings

This commit is contained in:
Pilar 2021-06-01 19:03:55 -04:00
parent 2851d9e99f
commit e9995b3f0c
2 changed files with 7 additions and 1 deletions

View File

@ -6,7 +6,8 @@ class ThermalDemandDynamicSimulation:
def generate_thermal_dynamic_template(city_object, outputs_paths, weather_path, ig_path, simulation_period):
file = ""
file += "%Thermal Demand Dynamic Calculation\r\n"
file += "%by Pilar Monsalvete\r\n"
file += "%by Pilar Monsalvete Alvarez de Uribarri\r\n"
file += "%email: pilar.monsalvete@concordia.ca\r\n"
# insel template
i_block = 0
@ -167,6 +168,7 @@ class ThermalDemandDynamicSimulation:
parameters = ["0 %[ZeroConst]"]
file = Insel.add_block(file, i_block, 'WRITE', parameters=parameters)
print(file)
# Zones:
n_start_zones = i_block
n_zone = []

4
tests/tmp/.gitignore vendored Normal file
View File

@ -0,0 +1,4 @@
# Ignore everything in this directory
*
# Except this file
!.gitignore