Skip to content

Commit

Permalink
updating test to avoid solvus failure
Browse files Browse the repository at this point in the history
  • Loading branch information
NicolasRiel committed Jan 26, 2024
1 parent 192bb57 commit ff59f2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/tests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ function VerifyPoint(out, list, i)

result1 = @test out.G_system list.G rtol=1e-3
result2 = @test out.ph[ind_out] == list.ph[ind_sol]
result3 = @test out.ph_frac[ind_out] list.ph_frac[ind_sol] atol=5e-2 # ok, this is really large (needs fixing for test6!)
result3 = @test sort(out.ph_frac) sort(list.ph_frac) atol=5e-2 # ok, this is really large (needs fixing for test6!)

# print more info about the point if one of the tests above fails
if isa(result1,Test.Fail) || isa(result2,Test.Fail) || isa(result3,Test.Fail)
Expand Down

0 comments on commit ff59f2e

Please sign in to comment.