We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15812ad commit 5af376aCopy full SHA for 5af376a
test/test_methods_eos.jl
@@ -256,7 +256,7 @@ end
256
@test vc_vol/system.params.Vc[1] ≈ 1.168 rtol = 1e-4 #if Zc_exp < 0.29, this should hold, by definition
257
@test Vc/system.params.Vc[1] ≈ 1.168 rtol = 1e-4 #if Zc_exp < 0.29, this should hold, by definition
258
system2 = RKPR("neon")
259
- @test saturation_pressure(model,20.0)[1] ≈ 5401.638502041771 rtol = 1e-6
+ @test saturation_pressure(system2,20.0)[1] ≈ 5401.638502041771 rtol = 1e-6
260
end
261
262
@testset "EPPR78, single component" begin
0 commit comments