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
Constants like Inf, NaN, and PINF seems to be imported directly from numpy
In newer versions (2+), those constants are accessible only as attributes of the numpy module — e.g., np.inf.