-
Notifications
You must be signed in to change notification settings - Fork 3
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
ccfwidgets fails to render #31
Comments
This only appears to be an issue when running tests on my github ubuntu runner. On my windows machine this problem does not occur. |
@rcpeene this sounds like it could be an issue due to different dependencies. Could you provide |
I have what I believe to be the same relevant dependencies on both.
And here's the github runner
|
I specified itkwidgets==0.32.4 but same error. |
Problem was missing the right version of zarr on github runner. pip install ccfwidget not requiring the right zarr version? |
Running ccfwidgets with something very close to the default usage. Passing in an array of points to the CCFWidget constructor yields an error that I don't fully understand. I'm not familiar enough with the itk widgets to parse through it. This is with ccfwidget==0.5.3 and itkwidgets==0.32.6. A similar error with different error text is thrown with itkwidgets==0.32.4
The line:
ccf = CCFWidget(markers=[points])
where points is a numpy array with shape (1920, 3)
The text was updated successfully, but these errors were encountered: