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
Calling xrft.pad(da, ...) on a dask array result in a DataArray with slices in the frequency domain. As a result, it is not possible to perform an ifft on said array.
In my opinion, this is unwanted behavior since otherwise, xrft natively support parallel computing using dask.
The text was updated successfully, but these errors were encountered:
Calling
xrft.pad(da, ...)
on a dask array result in a DataArray with slices in the frequency domain. As a result, it is not possible to perform an ifft on said array.In my opinion, this is unwanted behavior since otherwise,
xrft
natively support parallel computing using dask.The text was updated successfully, but these errors were encountered: