Skip to content

Commit

Permalink
update test check value with a real number
Browse files Browse the repository at this point in the history
  • Loading branch information
vtnate committed Nov 26, 2024
1 parent f734d1a commit 0ae9443
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions thermalnetwork/tests/test_network.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,7 @@ def test_network_two_ghe_area_proportional(self):
)

# -- Check
expected_depth_of_boreholes = 60
# FIXME: 60 is the minimum borehole length for a GHE (as set by sys-param file), which implies the loads
# were not correctly sent to GHED.
expected_depth_of_boreholes = pytest.approx(130, 1)
for ghe_id in output_path.iterdir():
if ghe_id.is_dir():
sim_summary = json.loads((ghe_id / "SimulationSummary.json").read_text())
Expand Down

0 comments on commit 0ae9443

Please sign in to comment.