atlite icon indicating copy to clipboard operation
atlite copied to clipboard

use dask.array functions instead of numpy

Open fneum opened this issue 1 year ago • 1 comments

I had hoped for some performance gains, but this is not so clear.

fneum avatar Aug 05 '24 07:08 fneum

NB: Most of the dask functions you have changed are just calls to the same numpy functions using ufunc, see the "direct" entries here: https://docs.dask.org/en/stable/array-numpy-compatibility.html#compatibility-with-numpy-functions .

Changing does give a bit of consistency, I'm not opposed.

euronion avatar Aug 06 '24 11:08 euronion