Skip to content

Commit

Permalink
Bump thermo version; tweak reference tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Ames committed Sep 17, 2024
1 parent 7996c24 commit b4f4b9d
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
10 changes: 9 additions & 1 deletion CondaPkg.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@

[deps.thermo]
channel = "conda-forge"
version = "0.1.40"
version = "0.3.0"

[deps.fluids]
channel = "conda-forge"
version = "1.0.26"

[deps.chemicals]
channel = "conda-forge"
version = "1.2.0"
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
authors = ["Alex Ames <[email protected]> and contributors"]
name = "PyThermo"
uuid = "6fae04a5-42e9-4d0c-90a8-26d1a9434b6b"
version = "0.2.5"
version = "0.3.0"

[compat]
CondaPkg = "0.2"
Expand Down
4 changes: 2 additions & 2 deletions test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ using Aqua

@testset "Species" begin
SF6 = Species("SF6")
@test isapprox(ustrip(density(SF6)), 6.0383, rtol=2e-3)
@test isapprox(ustrip(density(SF6)), 5.9699, rtol=2e-3)
SF6.calculate(T = 500)
@test isapprox(ustrip(density(SF6)), 3.5657, rtol=2e-3)
end
Expand All @@ -32,5 +32,5 @@ end
end

@testset "Aqua" begin
Aqua.test_all(PyThermo; ambiguities=false)
Aqua.test_all(PyThermo; ambiguities=false, persistent_tasks=false)
end

0 comments on commit b4f4b9d

Please sign in to comment.