Skip to content

Commit

Permalink
typo in test
Browse files Browse the repository at this point in the history
longemen3000 committed Feb 6, 2024
1 parent 55db5e0 commit be30824
Showing 2 changed files with 1 addition and 22 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
@@ -24,7 +24,7 @@ jobs:
matrix:
version:
- '1.6'
- 'latest'
- '1'
- 'nightly'
os:
- ubuntu-latest
21 changes: 0 additions & 21 deletions src/PCSAFT/pcsaft.jl
Original file line number Diff line number Diff line change
@@ -30,24 +30,3 @@ function pcsaft_vsat(T,m,ϵ,σ)
vv = Nσ3/ρ̃v
return vl,vv
end

#=
f(x) = ((x-0.5)^3)/sqrt(x + 8)
y = x + 1
f2(z) = -((1/z-1.5)^3)/sqrt(1/z + 7)*exp(z)/z/z #0 to 2
f3(z) = -exp(3*log(1/z - 1.5) + 1)/sqrt(1/z + 7)/z/z
z = 1/y
dz = -1/y^2dy
inf to 0.5
x = 0:0.01:1
y = f.(x
=#

#[0.01947021484375, 0.019433272481244004, 0.019323865067999605, 0.019146197069551403, 0.0189070961674424, 0.01861575087525131, 0.01828335742916872, 0.017922689522919193, 0.017547607421875, 0.017172525320830807, 0.01681185741458128, 0.01647946396849869, 0.0161881186763076, 0.015949017774198597, 0.015771349775750395, 0.015661942362505996, 0.015625]

0 comments on commit be30824

Please sign in to comment.