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 6b1cc64 commit 9fb5ec0Copy full SHA for 9fb5ec0
test/test_slowplan.jl
@@ -1,6 +1,6 @@
1
import FastTransforms: normalizecolumns!, maxcolnorm
2
3
-N = round.(Int,logspace(1,3,20))
+N = round.([Int],logspace(1,3,20))
4
5
t = zeros(length(N))
6
err = zeros(length(N))
0 commit comments