We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bda7730 commit a20b4bcCopy full SHA for a20b4bc
GHEtool/test/test_examples.py
@@ -63,7 +63,7 @@ def test_sizing_with_building_load_hourly(monkeypatch):
63
monkeypatch.setattr(plt, 'show', lambda: None)
64
from GHEtool.Examples.sizing_with_building_load_hourly import L3_sizing, L4_sizing
65
assert np.allclose(L3_sizing(), (128.14624698264709, 6.291201457558123))
66
- assert np.allclose(L4_sizing(), (153.91434358641985, 6.387747162165882))
+ assert np.allclose(L4_sizing(), (153.91434358641897, 6.3879487848981364))
67
68
69
def test_combined_active_and_passive_cooling(monkeypatch):
0 commit comments