We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f044684 commit 8a07806Copy full SHA for 8a07806
1 file changed
test/runtests.jl
@@ -3353,7 +3353,7 @@ else # run HiGHS tests
3353
lcc2 = results["Financial"]["lcc"]
3354
3355
@test lcc1 ≈ lcc2 rtol=0.001
3356
- @test maximum(abs.(soc_series - results["ElectricStorage"]["soc_series_fraction"])) <= 0.0100001
+ @test maximum(abs.(soc_series - results["ElectricStorage"]["soc_series_fraction"])) <= 0.0200001
3357
end
3358
3359
0 commit comments