Skip to content

Commit

Permalink
broadcasting . missing
Browse files Browse the repository at this point in the history
  • Loading branch information
milankl committed Mar 29, 2022
1 parent d0fe676 commit 4825cf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/information.jl
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ end
A[:,2] .= NaN # put some NaNs somewhere
mask = BitArray(undef,size(A)...) # create corresponding mask
fill!(mask,false)
mask[:,2] = true
mask[:,2] .= true
@test bitinformation(A,mask) == bitinformation(A;masked_value=convert(T,NaN))
end
end

0 comments on commit 4825cf9

Please sign in to comment.