Skip to content

Commit

Permalink
Avoid timeouts with --inline=no by using 1000x fewer points
Browse files Browse the repository at this point in the history
  • Loading branch information
timholy committed Apr 11, 2017
1 parent e6c7e4c commit 2195777
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/scaling/scaling.jl
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ sitp32 = @inferred scale(interpolate(Float32[testfunction(x,y) for x in -5:.5:5,

# Iteration
itp = interpolate(rand(3,3,3), BSpline(Quadratic(Flat())), OnCell())
knots = map(d->1:100:201, 1:3)
knots = map(d->1:10:21, 1:3)
sitp = @inferred scale(itp, knots...)
function foo!(dest, sitp)
i = 0
Expand Down

0 comments on commit 2195777

Please sign in to comment.