File tree Expand file tree Collapse file tree
tests/geophires_monte_carlo_tests Expand file tree Collapse file tree Original file line number Diff line number Diff 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 ):
You can’t perform that action at this time.
0 commit comments