Skip to content

Commit

Permalink
Merge pull request #747 from RWTH-EBC/746_aixlib_1_3_2
Browse files Browse the repository at this point in the history
chore: bump aixlib version
  • Loading branch information
FWuellhorst authored Jan 10, 2024
2 parents a073f31 + edfa656 commit df0b465
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion teaser/logic/buildingobjects/calculation/aixlib.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ def __init__(self, parent):
self.file_set_t_cool = "TsetCool_" + self.parent.name + ".txt"
self.file_ahu = "AHU_" + self.parent.name + ".txt"
self.file_internal_gains = "InternalGains_" + self.parent.name + ".txt"
self.version = "1.3.1"
self.version = "1.3.2"
self.total_surface_area = None
self.consider_heat_capacity = True
self.use_set_back = True
Expand Down

0 comments on commit df0b465

Please sign in to comment.