From 1da6116ee4b975375cc314f71c3529573730d34b Mon Sep 17 00:00:00 2001 From: Milan Bouchet-Valat Date: Mon, 29 Aug 2016 18:20:31 +0200 Subject: [PATCH] Remove FIXME about +(::NullableArray{Int}, ::Int) Again a broader issue which doesn't particularly affect DataFrames. Cf. JuliaStats/NullableArrays.jl#143 --- test/grouping.jl | 1 - 1 file changed, 1 deletion(-) diff --git a/test/grouping.jl b/test/grouping.jl index 5fd5433edc..fcb2787477 100644 --- a/test/grouping.jl +++ b/test/grouping.jl @@ -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))