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
* Suppress superfluous warnings from numpy
- On MacOS, with numpy ~1.26, np.linalg.det gives
spurious warnings when passed a complex array.
- Suppress these warnings, as they are just annoying
and do not signify anything.
0 commit comments