Skip to content
This repository has been archived by the owner on May 4, 2019. It is now read-only.

Commit

Permalink
Remove a problematic test case that we do not want to support
Browse files Browse the repository at this point in the history
  • Loading branch information
ararslan committed May 4, 2017
1 parent d520b1d commit b84541c
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 b84541c

Please sign in to comment.