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 c0903dc commit f8e9976Copy full SHA for f8e9976
test/runtests.jl
@@ -1,8 +1,9 @@
1
using FastTransforms, Compat
2
-using Compat.Test, Compat.LinearAlgebra, Compat.Random, Compat.Statistics
+using Compat.Test, Compat.LinearAlgebra, Compat.Random
3
if VERSION < v"0.7"
4
srand(0)
5
else
6
+ using Compat.Statistics
7
Random.seed!(0)
8
end
9
0 commit comments