Skip to content

Commit e92c43c

Browse files
figure out which version fails in v0.5
1 parent 5a46d4a commit e92c43c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

test/runtests.jl

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,10 @@ include("fftBigFloattest.jl")
178178

179179
println("Testing equivalence of CXN and ASY methods")
180180

181+
r = ones(10)./sqrt(1:10)
182+
println("This is cjt: ",cjt(r,0.,0.))
183+
println("This is leg2cheb: ",leg2cheb(r))
184+
181185
for k in round(Int,logspace(1,4,20))
182186
r = randn(k)./sqrt(1:k) # Proven O(1) error for ASY method.
183187
@test_approx_eq leg2cheb(r) cjt(r,0.,0.)

0 commit comments

Comments
 (0)