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
@TomNicholas mentioned that people at SciPy asked how to apply an arbitrary function to arrays in Cubed. An example would help users get started with this. It should cover how to estimate memory (and check if it is exceeded using #110).
The text was updated successfully, but these errors were encountered:
It doesn't need to be complicated - even a function applied in an embarrassingly parallel manner using vectorize=True argument to xr.apply_ufunc would be enough to show users what is needed beyond the existing documentation on xr.apply_ufunc.
@TomNicholas mentioned that people at SciPy asked how to apply an arbitrary function to arrays in Cubed. An example would help users get started with this. It should cover how to estimate memory (and check if it is exceeded using #110).
The text was updated successfully, but these errors were encountered: