Skip to content

Commit

Permalink
Remove a problematic test case that we do not want to support (JuliaS…
Browse files Browse the repository at this point in the history
  • Loading branch information
ararslan authored May 4, 2017
1 parent d520b1d commit 36be315
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/reduce.jl
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,5 @@ end

da2[1:2:end] = NA
keep = .!da1.na .& .!da2.na
@test isna(mean(da1, weights(da2)))
@same_behavior mean(da1, weights(da2); skipna=true) mean(da1.data[keep], weights(da2.data[keep]))
end

0 comments on commit 36be315

Please sign in to comment.