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
{{ message }}
This repository was archived by the owner on Oct 24, 2024. It is now read-only.
Currently calling a numpy ufunc on a DataTree (e.g. np.sin(dt)) fails with a recursion error (below).
That's probably because I just naively included Dataset.__array_ufunc__ in the list of method to decorate with @map_over_subtree, and it's needs a smarter definition.
Currently calling a numpy ufunc on a
DataTree
(e.g.np.sin(dt)
) fails with a recursion error (below).That's probably because I just naively included
Dataset.__array_ufunc__
in the list of method to decorate with@map_over_subtree
, and it's needs a smarter definition.The text was updated successfully, but these errors were encountered: