Skip to content

Commit

Permalink
Add test
Browse files Browse the repository at this point in the history
  • Loading branch information
pw0908 committed Apr 7, 2022
1 parent 9658573 commit e0e99a6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions test/test_models.jl
Original file line number Diff line number Diff line change
Expand Up @@ -217,10 +217,10 @@ end
@test Clapeyron.a_res(system, V, 25, z) -0.04727878068343511 rtol = 1e-6
end

#@testset "EPPR78" begin
# system = EPPR78(["ethane","undecane"])
# @test Clapeyron.a_res(system, V, T, z) ≈ -1.2516664842567844 rtol = 1e-6
#end
@testset "EPPR78" begin
system = EPPR78(["benzene","isooctane"])
@test Clapeyron.a_res(system, V, T, z) -1.138852387092216 rtol = 1e-6
end

@testset "PR w/ BMAlpha" begin
system = PR(["ethane","undecane"];alpha = BMAlpha)
Expand Down

0 comments on commit e0e99a6

Please sign in to comment.