You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 4, 2019. It is now read-only.
For fixed input, I am getting inconsistent results when using the bitwise and operator &, i.e.
using DataArrays
using DataStructures
julia> x =DataVector{Float64}(0.0:0.1:1.0); x[1] = NA;
julia>counter([count(identity, !isna(x) & (x .>=0.5)) for i in1:1000])
DataStructures.Accumulator{Int64,Int64} with 5 entries:7=>549=>4310=>18=>506=>852