From d38192c4625c82695db9043471d784ffbe3b6014 Mon Sep 17 00:00:00 2001 From: PRemmen Date: Mon, 2 Nov 2015 13:35:11 +0100 Subject: [PATCH] Refinde test_parallel_connection, round to 5 digits, #24 --- tests/Test_data.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/Test_data.py b/tests/Test_data.py index 6e8ffdd98..5370821b5 100644 --- a/tests/Test_data.py +++ b/tests/Test_data.py @@ -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 @@ -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