Skip to content

Commit

Permalink
Remove FIXME about test/indexing.jl
Browse files Browse the repository at this point in the history
Better handle that separately.
  • Loading branch information
nalimilan authored and maximerischard committed Sep 28, 2016
1 parent 88e7b4d commit c16d845
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions test/index.jl
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,6 @@ inds = Any[1,
NullableArray([1.0]),
NullableArray([:A]),
NullableArray([:A])]
# FIXME: do we want to support this?
# NominalArray([true]),
# NominalArray([1]),
# NominalArray([1.0]),
# NominalArray([:A]),
# NominalArray([:A])]

for ind in inds
if isequal(ind, :A) || ndims(ind) == 0
Expand Down

0 comments on commit c16d845

Please sign in to comment.