Skip to content

Commit

Permalink
fix test error
Browse files Browse the repository at this point in the history
  • Loading branch information
longemen3000 committed Oct 28, 2021
1 parent 2feb9bb commit a023d44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_methods.jl
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ using Clapeyron, Test, Unitful
@test Clapeyron.pressure(system, 5.907908736304141e-5, T) p rtol = 1e-6
@test Clapeyron.entropy(system, p, T) -58.87118569239617 rtol = 1E-6
@test Clapeyron.chemical_potential(system, p, T)[1] -18323.877542682934 rtol = 1E-6
@test Clapeyron.internal_energy(system, p, T) 2.9796670214913704e7 rtol = 1E-6
@test Clapeyron.internal_energy(system, p, T) -35882.22946560716 rtol = 1E-6
@test Clapeyron.enthalpy(system, p, T) -35876.32155687084 rtol = 1E-6
@test Clapeyron.gibbs_free_energy(system, p, T) -18323.87754268292 rtol = 1E-6
@test Clapeyron.helmholtz_free_energy(system, p, T) -18329.785451419295 rtol = 1E-6
Expand Down

0 comments on commit a023d44

Please sign in to comment.