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
Currently, ensureNonNegative() throws a warning when the input variable is below zero (or, really, below -eps). When we have sufficient confidence in the model (which may be now, or at least once #359 goes in), we should convert this to an error.
Currently, ensureNonNegative() throws a warning when the input variable is below zero (or, really, below
-eps). When we have sufficient confidence in the model (which may be now, or at least once #359 goes in), we should convert this to an error.