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
When writing optimised code, I sometimes require a particular dtype. It would be great to have a dtype argument, that would make NumricalTrait try to convert incoming arrays to using the usual numpy safe casting rules.
When writing optimised code, I sometimes require a particular dtype. It would be great to have a dtype argument, that would make
NumricalTraittry to convert incoming arrays to using the usual numpy safe casting rules.