Skip to content

Commit 7c1ead5

Browse files
lighten the tests to appease julia 0.5 on travis
1 parent 9fb5ec0 commit 7c1ead5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

test/test_fastplan.jl

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

3-
n = 511
3+
n = 255
44

55
A = sphrandn(Float64, n+1, n+1);
66
normalizecolumns!(A);

test/test_slowplan.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
import FastTransforms: normalizecolumns!, maxcolnorm
22

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

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

8-
Nr = 3
8+
Nr = 2
99

1010
j = 1
1111
for n in N

0 commit comments

Comments
 (0)