Skip to content

Commit

Permalink
Merge pull request #626 from RWTH-EBC/hotfix_aixlibVersion
Browse files Browse the repository at this point in the history
raise aixlib version to v0.8.3
  • Loading branch information
PRemmen authored Jan 15, 2020
2 parents c45bb9d + b2a67b3 commit 2afa50b
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 = "0.8.1"
self.version = "0.8.3"
self.total_surface_area = None
self.consider_heat_capacity = True
self.use_set_back = True
Expand Down

0 comments on commit 2afa50b

Please sign in to comment.