Skip to content

Commit 8a07806

Browse files
committed
Update runtests.jl
1 parent f044684 commit 8a07806

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/runtests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3353,7 +3353,7 @@ else # run HiGHS tests
33533353
lcc2 = results["Financial"]["lcc"]
33543354

33553355
@test lcc1 lcc2 rtol=0.001
3356-
@test maximum(abs.(soc_series - results["ElectricStorage"]["soc_series_fraction"])) <= 0.0100001
3356+
@test maximum(abs.(soc_series - results["ElectricStorage"]["soc_series_fraction"])) <= 0.0200001
33573357
end
33583358
end
33593359
end

0 commit comments

Comments
 (0)