Skip to content

Commit 2195777

Browse files
committed
Avoid timeouts with --inline=no by using 1000x fewer points
1 parent e6c7e4c commit 2195777

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/scaling/scaling.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ sitp32 = @inferred scale(interpolate(Float32[testfunction(x,y) for x in -5:.5:5,
5151

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

0 commit comments

Comments
 (0)