apply_mask
should only take in boolean masks
#1377
Labels
Milestone
apply_mask
should only take in boolean masks
#1377
After talking to @leewujung, we should modify
apply_mask
to enforce that the masks passed in are boolean masks.Users can currently pass in masks that are
1
/0
and1
/NaN
, which stand forTrue
/False
; however, more obscure configurations can be passed in, such asarbitrary float
/NaN
, with the current way thatapply_mask
handles and applies masks onto Sv/MVBS data, and this makes it a bit confusing for what the user should pass in.The text was updated successfully, but these errors were encountered: