Skip to content

Commit 9b2e018

Browse files
increase test_hip_ra_monte_carlo threshold
1 parent 2195473 commit 9b2e018

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

tests/geophires_monte_carlo_tests/test_geophires_monte_carlo.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -165,9 +165,11 @@ def test_hip_ra_monte_carlo(self):
165165
# changes), then it probably means the expected range or settings file need to be adjusted to 'guarantee'
166166
# the results can be confidently asserted. (Such as in
167167
# https://github.com/NREL/GEOPHIRES-X/pull/178/commits/ec4db42fca5a90715ceb5143e18315d5f3d782b7)
168-
# Failure 2025-04-17, noting here in comment but not changing value for now:
168+
# Failure 2025-04-17:
169169
# https://github.com/softwareengineerprogrammer/GEOPHIRES/actions/runs/14523599534/job/40750024435?pr=69
170-
self.assertLess(json_result['Producible Electricity']['median'], 1000)
170+
# Failure 2026-03-01:
171+
# https://github.com/softwareengineerprogrammer/GEOPHIRES/actions/runs/23811699882/job/69400186074?pr=144
172+
self.assertLess(json_result['Producible Electricity']['median'], 1005)
171173
self.assertGreater(json_result['Producible Electricity']['median'], 20)
172174

173175
def test_hip_ra_x_monte_carlo(self):

0 commit comments

Comments
 (0)