Skip to content

Commit

Permalink
Update runtests.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
NicolasRiel authored Feb 17, 2023
1 parent 029260c commit 4b8ac29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ finalize_MAGEMin(gv,DB)
out = point_wise_minimization(P,T, gv, z_b, DB, splx_data, sys_in)
finalize_MAGEMin(gv,DB)

@test out.G_system -907.2788704076264
@test abs(out.G_system + 907.2788704076264)/abs(907.2788704076264) < 1e-4
end

@testset "convert bulk rock" begin
Expand Down

0 comments on commit 4b8ac29

Please sign in to comment.