Skip to content

Commit

Permalink
Update runtests.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
tinatorabi authored Feb 22, 2024
1 parent c6991e9 commit f97e798
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,6 @@ end
u = 0.5
L = 1.0
sn, cn, dn = ComplexElliptic.ellipjc(u, L)
# Verify the types of the returned values
@test typeof(sn) == Complex{Float64}
@test typeof(cn) == Complex{Float64}
@test typeof(dn) == Complex{Float64}
@test round(abs(sn[1]), digits=4) 0.4794
@test round(abs(cn[1]), digits=4) 0.8776
@test round(abs(dn[1]), digits=4) 0.9998
Expand Down

0 comments on commit f97e798

Please sign in to comment.