Skip to content

Commit

Permalink
Refinde test_parallel_connection, round to 5 digits, #24
Browse files Browse the repository at this point in the history
  • Loading branch information
PRemmen authored and PRemmen committed Nov 2, 2015
1 parent ea43f8f commit d38192c
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 @@ -380,7 +380,7 @@ def test_parallel_connection(self):

prj.list_of_buildings[-1].thermal_zones[-1].parallel_connection("vdi")
assert round(prj.list_of_buildings[-1].thermal_zones[-1].r1_ow, 14) == 0.00738585853265
assert round(prj.list_of_buildings[-1].thermal_zones[-1].c1_ow, 6) == 217636.980184
assert round(prj.list_of_buildings[-1].thermal_zones[-1].c1_ow, 5) == 217636.98018
assert round(prj.list_of_buildings[-1].thermal_zones[-1].r1_iw, 13) == 0.0198372019253
assert round(prj.list_of_buildings[-1].thermal_zones[-1].c1_iw, 7) == 68489.5680589
assert round(prj.list_of_buildings[-1].thermal_zones[-1].r1_win, 1) == 48.0
Expand All @@ -391,7 +391,7 @@ def test_parallel_connection(self):

prj.list_of_buildings[-1].thermal_zones[-1].parallel_connection("ebc")
assert round(prj.list_of_buildings[-1].thermal_zones[-1].r1_ow, 13) == 0.0114424496081
assert round(prj.list_of_buildings[-1].thermal_zones[-1].c1_ow, 6) == 217636.980184
assert round(prj.list_of_buildings[-1].thermal_zones[-1].c1_ow, 5) == 217636.98018
assert round(prj.list_of_buildings[-1].thermal_zones[-1].r1_iw, 13) == 0.0198372019253
assert round(prj.list_of_buildings[-1].thermal_zones[-1].c1_iw, 7) == 68489.5680589
assert round(prj.list_of_buildings[-1].thermal_zones[-1].r1_win, 12) == 0.128333333333
Expand Down

0 comments on commit d38192c

Please sign in to comment.