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
checkmate::assert_numeric used by validate_weights by default does not give an error for NaN or NA.
I think this should be changed to use checkmate::assert_numeric(x, any.missing = FALSE)
checkmate::assert_numericused byvalidate_weightsby default does not give an error forNaNorNA.I think this should be changed to use
checkmate::assert_numeric(x, any.missing = FALSE)