clij / clij2-fft

20 stars 6 forks source link

Dask in ReadMe and code #26

Open smith6jt-cop opened 7 months ago

smith6jt-cop commented 7 months ago

Hello,

The link under 'Python' in the ReadMe does not direct to a dask example. I am also unable to import richardson_lucy_dask from richardson_lucy_dask as instructed here https://pypi.org/project/clij2-fft/ although other packages from the modules work.

bnorthan commented 7 months ago

Hi

I fixed the readme to point to right dask example (https://github.com/clij/clij2-fft/blob/master/python/clij2fft/test_richardson_lucy_dask.py)

Looks like I made a typo in the instructions to import richardson_lucy_dask. It should be (you also have to install pyopencl for the dask version to work, pip install pyopencl)

from clij2fft.richardson_lucy_dask import richardson_lucy_dask