mirror of
https://rs-loy-gitlab.concordia.ca/PMAU/DynamicBuildingSimulation.git
synced 2024-11-14 23:10:28 -05:00
just fixed some typological warnings
This commit is contained in:
parent
2851d9e99f
commit
e9995b3f0c
|
@ -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
4
tests/tmp/.gitignore
vendored
Normal file
|
@ -0,0 +1,4 @@
|
|||
# Ignore everything in this directory
|
||||
*
|
||||
# Except this file
|
||||
!.gitignore
|
Loading…
Reference in New Issue
Block a user