Takaya Uchida

Results 117 comments of Takaya Uchida

@gmuxu Does the `xarray` version solve your issue? If so, I'm gonna close this issue :)

Ok, linking the issue I opened on dask: https://github.com/dask/dask/issues/3250

Thanks for these edits @zmoon ! :)

@zmoon Can you run black on `detrend.py`? The pre-commit tests seems to be failing...

> @roxyboy, when are you planning to make the `true_*` arguments `True` by default? Just wondering, as currently the examples generate warnings related to that. This is a good question....

> Another idea would be to apply `fft` over indexes only, instead of looking for coordinates. Can you elaborate on this? `xrft` uses the raw coordinates to inform the coordinates...

PR #163 was where we implemented the error detection as an easy fix to issue #162 .

> If working with indexes is too complex, maybe we could just ignore these extra coordinates and apply the FFT only on the ones that are named after the dimensions...

Is this in a way proposing an automated method for "zero padding"?