Skip to content

Commit a20b4bc

Browse files
committed
Futher fixes
1 parent bda7730 commit a20b4bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

GHEtool/test/test_examples.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ def test_sizing_with_building_load_hourly(monkeypatch):
6363
monkeypatch.setattr(plt, 'show', lambda: None)
6464
from GHEtool.Examples.sizing_with_building_load_hourly import L3_sizing, L4_sizing
6565
assert np.allclose(L3_sizing(), (128.14624698264709, 6.291201457558123))
66-
assert np.allclose(L4_sizing(), (153.91434358641985, 6.387747162165882))
66+
assert np.allclose(L4_sizing(), (153.91434358641897, 6.3879487848981364))
6767

6868

6969
def test_combined_active_and_passive_cooling(monkeypatch):

0 commit comments

Comments
 (0)