clij / clij2-fft

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dask in ReadMe and code

smith6jt-cop opened this issue · comments

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.

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