We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2abddc7 commit 6e48e07Copy full SHA for 6e48e07
test/scaling/nointerp.jl
@@ -23,7 +23,7 @@ end
23
@test length(gradient(sitp, pi/3, 2)) == 1
24
25
# check for case where initial/middle indices are NoInterp but later ones are <:BSpline
26
-srand(1234)
+isdefined(Random, :seed!) ? Random.seed!(1234) : srand(1234) # `srand` was renamed to `seed!`
27
z0 = rand(10,10)
28
za = copy(z0)
29
zb = copy(z0')
0 commit comments