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
A quick test shows that one cannot just remove the resolver (numpy 1.24.2 or numpy 1.25.dev). Likely, as noted in the comment, we'd need to define our own promotors.
Currently, we override the standard numpy type resolver, because, as seen in this extract:
pyerfa/erfa/ufunc.c.templ
Lines 535 to 545 in e33ee55
However, as noted in numpy/numpy#11109 (comment), things should now work for us. So, this is a reminder to try removing our work-around.
The text was updated successfully, but these errors were encountered: