Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dask in ReadMe and code #26

Open
smith6jt-cop opened this issue Nov 27, 2023 · 1 comment
Open

Dask in ReadMe and code #26

smith6jt-cop opened this issue Nov 27, 2023 · 1 comment

Comments

@smith6jt-cop
Copy link

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
Copy link
Collaborator

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants