Skip to content

Commit

Permalink
Remove FIXME about +(::NullableArray{Int}, ::Int)
Browse files Browse the repository at this point in the history
Again a broader issue which doesn't particularly affect DataFrames. Cf.
JuliaStats/NullableArrays.jl#143
  • Loading branch information
nalimilan committed Aug 29, 2016
1 parent 96865ed commit 1da6116
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/grouping.jl
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ module TestGrouping

@test isequal(bdf, combine(ga))

# FIXME: shouldn't need Vector here
g(df) = DataFrame(cmax1 = Vector(df[:cmax]) + 1)
h(df) = g(f(df))

Expand Down

0 comments on commit 1da6116

Please sign in to comment.