diff --git a/tests/_reference_xml/Default_Model_Single_Zone.xml b/tests/_reference_xml/Default_Model_Single_Zone.xml index 4ca9687..220cb7d 100644 --- a/tests/_reference_xml/Default_Model_Single_Zone.xml +++ b/tests/_reference_xml/Default_Model_Single_Zone.xml @@ -265,7 +265,7 @@ - 1 + 2 40.6 -73.8 None @@ -278,7 +278,7 @@ 350 48 - 1 + 6 8.0 4.0 40.6 diff --git a/tests/_reference_xml/Multi_Room_Complete.xml b/tests/_reference_xml/Multi_Room_Complete.xml index 350b798..8761f44 100644 --- a/tests/_reference_xml/Multi_Room_Complete.xml +++ b/tests/_reference_xml/Multi_Room_Complete.xml @@ -798,7 +798,7 @@ - 1 + 2 40.6 -73.8 0.0 @@ -811,7 +811,7 @@ 350 48 - 1 + 6 8.0 4.0 40.6 diff --git a/tests/test_to_WUFI_xml/test_climate/test_PhxLocation.py b/tests/test_to_WUFI_xml/test_climate/test_PhxLocation.py index df5171b..175a754 100644 --- a/tests/test_to_WUFI_xml/test_climate/test_PhxLocation.py +++ b/tests/test_to_WUFI_xml/test_climate/test_PhxLocation.py @@ -9,7 +9,7 @@ def test_default_PhxLocation(reset_class_counters): result = generate_WUFI_XML_from_object(l1, _header="") assert xml_string_to_list(result) == [ - '1', + '2', '40.6', '-73.8', 'None', @@ -22,7 +22,7 @@ def test_default_PhxLocation(reset_class_counters): '350', '48', '', - '1', + '6', '8.0', '4.0', '40.6', diff --git a/tests/test_to_WUFI_xml/test_project/test_PhxVariant.py b/tests/test_to_WUFI_xml/test_project/test_PhxVariant.py index 6425674..6ffb6ee 100644 --- a/tests/test_to_WUFI_xml/test_project/test_PhxVariant.py +++ b/tests/test_to_WUFI_xml/test_project/test_PhxVariant.py @@ -20,7 +20,7 @@ def test_default_PhxProject(reset_class_counters): '', '', '', - '1', + '2', '40.6', '-73.8', 'None', @@ -33,7 +33,7 @@ def test_default_PhxProject(reset_class_counters): '350', '48', '', - '1', + '6', '8.0', '4.0', '40.6',