Skip to content

Commit

Permalink
Remove another FIXME
Browse files Browse the repository at this point in the history
This is a much more general issue (JuliaStats/NullableArrays.jl#85) which
can be tackled later.
  • Loading branch information
nalimilan committed Jul 8, 2017
1 parent f34585a commit 0f6dccd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/data.jl
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ module TestData
v2 = randn(5))

m1 = join(df1, df2, on = :a)
@test isequal(m1[:a], NullableArray([1, 2, 3, 4, 5])) # FIXME: shouldn't need NullableArray on the RHS
@test isequal(m1[:a], NullableArray([1, 2, 3, 4, 5]))
# TODO: Re-enable
m2 = join(df1, df2, on = :a, kind = :outer)
# @test isequal(m2[:b2],
Expand Down

0 comments on commit 0f6dccd

Please sign in to comment.