We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a13e311 commit 0f6d48fCopy full SHA for 0f6d48f
1 file changed
test/runtests.jl
@@ -4220,8 +4220,8 @@ else # run HiGHS tests
4220
lcc2 = results["Financial"]["lcc"]
4221
4222
@test lcc1 ≈ lcc2 rtol=0.001
4223
- @test maximum(abs.(soc_series - results["ElectricStorage"]["soc_series_fraction"])) <= 0.05 atol=1e-10
4224
- end
+ @test maximum(abs.(soc_series - results["ElectricStorage"]["soc_series_fraction"])) <= 0.0500001
+ end
4225
4226
@testset "Existing HVAC (Boiler and Chiller) Costs for BAU" begin
4227
"""
0 commit comments