Open smith6jt-cop opened 12 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
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.