Skip to content

Commit 30fadd6

Browse files
authored
Merge pull request #50 from org-arl/mchitre-patch-1
Bump JLD2 dependency version
2 parents aeae6f6 + 5658511 commit 30fadd6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ ToeplitzMatrices = "c751599d-da0a-543b-9d20-d0a503d91d24"
2020
Distributions = "0.21, 0.22, 0.23, 0.24, 0.25"
2121
FileIO = "1"
2222
Interpolations = "0.12, 0.13, 0.14, 0.15"
23-
JLD2 = "0.4"
23+
JLD2 = "0.4,0.5"
2424
SpecialFunctions = "0.8, 0.9, 0.10, 1.0, 2"
2525
StaticArrays = "0.12, 1.1"
2626
Statistics = "1"

test/runtests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ end
2222

2323
d32 = AlphaStable(Float32.(Distributions.params(d))...)
2424
@test cf(d32, Float32(x)) isa Complex{Float32}
25-
@test cf(d32, Float32(x)) cf(d,x) atol=100*eps(Float32)
25+
@test cf(d32, Float32(x)) cf(d,x) atol=500*eps(Float32)
2626
end
2727
for _ in 1:100
2828
# test stability under convolution

0 commit comments

Comments
 (0)