Skip to content

Commit

Permalink
TEMPORARY HACK: lower ndims in inference test
Browse files Browse the repository at this point in the history
  • Loading branch information
mbauman committed Feb 28, 2015
1 parent ee38ea1 commit a733b1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/arrayops.jl
Original file line number Diff line number Diff line change
Expand Up @@ -835,7 +835,7 @@ A = [NaN]; B = [NaN]
# complete testsuite for reducedim

# Inferred types
Nmax = 3 # TODO: go up to CARTESIAN_DIMS+2 (currently this exposes problems)
Nmax = 2 # TODO: go up to CARTESIAN_DIMS+2 (currently this exposes problems)
for N = 1:Nmax
#indexing with (UnitRange, UnitRange, UnitRange)
args = ntuple(N, d->UnitRange{Int})
Expand Down

0 comments on commit a733b1f

Please sign in to comment.