nicrie / xmca

Maximum Covariance Analysis in Python
MIT License
53 stars 16 forks source link

dask support #6

Open nicrie opened 3 years ago

nicrie commented 3 years ago

for next release

nicrie commented 3 years ago

dask support works fine for real numbers, both with and without rotation. However, in case of complex input for dask.array.linalg.svd_compressed() there seems to be a bug.

This project will be on hold until I get some feedback from the corresponding issue dask/dask#7639