Skip to content

Commit

Permalink
Set py.test results to fixed values
Browse files Browse the repository at this point in the history
  • Loading branch information
PRemmen authored and PRemmen committed Dec 21, 2016
1 parent 753b1cb commit bfaeacf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -781,7 +781,7 @@ def test_calc_building_parameter(self):

assert round(prj.buildings[-1].volume, 1) == 490.0
assert round(
prj.buildings[-1].sum_heating_load, 4) == 15210.3459
prj.buildings[-1].sum_heating_load, 4) == 8118.4126

#methods in therm_zone

Expand All @@ -802,7 +802,7 @@ def test_heating_load(self):
prj.buildings[-1].thermal_zones[-1].calc_heat_load()
assert round(
prj.buildings[-1].thermal_zones[-1].heating_load,
4) == 15210.3459
4) == 8118.4126

def test_sum_building_elements(self):
'''test of combine_building_elements'''
Expand Down

0 comments on commit bfaeacf

Please sign in to comment.