Skip to content

Commit 9fb5ec0

Browse files
change test to support 0.5
1 parent 6b1cc64 commit 9fb5ec0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_slowplan.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import FastTransforms: normalizecolumns!, maxcolnorm
22

3-
N = round.(Int,logspace(1,3,20))
3+
N = round.([Int],logspace(1,3,20))
44

55
t = zeros(length(N))
66
err = zeros(length(N))

0 commit comments

Comments
 (0)