Skip to content

Commit 0f6d48f

Browse files
committed
Update runtests.jl
1 parent a13e311 commit 0f6d48f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

test/runtests.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4220,8 +4220,8 @@ else # run HiGHS tests
42204220
lcc2 = results["Financial"]["lcc"]
42214221

42224222
@test lcc1 lcc2 rtol=0.001
4223-
@test maximum(abs.(soc_series - results["ElectricStorage"]["soc_series_fraction"])) <= 0.05 atol=1e-10
4224-
end
4223+
@test maximum(abs.(soc_series - results["ElectricStorage"]["soc_series_fraction"])) <= 0.0500001
4224+
end
42254225

42264226
@testset "Existing HVAC (Boiler and Chiller) Costs for BAU" begin
42274227
"""

0 commit comments

Comments
 (0)