Skip to content

Commit 1051284

Browse files
authored
Merge pull request #14 from dannys4:ds/dev
Remove randomness
2 parents 52ef87c + 48e36f6 commit 1051284

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

test/runtests.jl

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
using Test
1+
using Test, Random
22

33
function padnum(m,x)
44
digs = floor(Int, log10(m))
@@ -8,6 +8,8 @@ function padnum(m,x)
88
String(v)
99
end
1010

11+
Random.seed(1)
12+
1113
@testset verbose = true "1D" begin
1214
@testset verbose = true "Complex" begin
1315
include("complex_forward.jl")

0 commit comments

Comments
 (0)