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
If you somehow have an error of zero in your input to cinnabar, and then call generate_absolute_values, you'll end up with an SVD failure in np.linalg.pinv (alongside a bunch of NaN's along the way).
We should capture this edge case and ensure that folks don't feed in such values, or at least pad the number by a tiny value.
The text was updated successfully, but these errors were encountered:
If you somehow have an error of zero in your input to cinnabar, and then call
generate_absolute_values
, you'll end up with an SVD failure in np.linalg.pinv (alongside a bunch of NaN's along the way).We should capture this edge case and ensure that folks don't feed in such values, or at least pad the number by a tiny value.
The text was updated successfully, but these errors were encountered: