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
Many isinstance-checks check for float or int. This fails when numpy-dtypes like float64 are used. So far this does not induce errors, but for future considerations that might be worth keepig in mind.