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 a ufunc loop is replaced there is no user callback argument, this makes it difficult for the routine being called to know what it is.
I would rather funnel all ufunc loops to a single routine. The current ufunc hook design has fanned out already and I have to write code to funnel it all back into a central routine so I can thread it back out.
The text was updated successfully, but these errors were encountered:
When a ufunc loop is replaced there is no user callback argument, this makes it difficult for the routine being called to know what it is.
I would rather funnel all ufunc loops to a single routine. The current ufunc hook design has fanned out already and I have to write code to funnel it all back into a central routine so I can thread it back out.
The text was updated successfully, but these errors were encountered: