Skip to content

Commit

Permalink
Merge pull request #50 from org-arl/mchitre-patch-1
Browse files Browse the repository at this point in the history
Bump JLD2 dependency version
  • Loading branch information
mchitre authored Dec 26, 2024
2 parents aeae6f6 + 5658511 commit 30fadd6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ ToeplitzMatrices = "c751599d-da0a-543b-9d20-d0a503d91d24"
Distributions = "0.21, 0.22, 0.23, 0.24, 0.25"
FileIO = "1"
Interpolations = "0.12, 0.13, 0.14, 0.15"
JLD2 = "0.4"
JLD2 = "0.4,0.5"
SpecialFunctions = "0.8, 0.9, 0.10, 1.0, 2"
StaticArrays = "0.12, 1.1"
Statistics = "1"
Expand Down
2 changes: 1 addition & 1 deletion test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ end

d32 = AlphaStable(Float32.(Distributions.params(d))...)
@test cf(d32, Float32(x)) isa Complex{Float32}
@test cf(d32, Float32(x)) cf(d,x) atol=100*eps(Float32)
@test cf(d32, Float32(x)) cf(d,x) atol=500*eps(Float32)
end
for _ in 1:100
# test stability under convolution
Expand Down

0 comments on commit 30fadd6

Please sign in to comment.