-
Notifications
You must be signed in to change notification settings - Fork 5
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
Build issue #36
Build issue #36
Conversation
notebooks/pixel_classification.ipynb
Outdated
"metadata": {}, | ||
"outputs": [], | ||
"source": [ | ||
"view(data_viewer)" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
data_viewer
is not defined in this notebook. I have tried to define it in the previous cell as
" data_viewer = data[:, 0, 0, :, :]\n",
inside the for
loop, which stops the error, but still does not draw anything
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
it was an addition from the previous notebook.
I should have rerun the cell
Let me check
I think this line
should be drawing the comparison of the two images. imho, it draws nothing (it does not fail though). Also the other 2 drawing cells in the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some drawing problems #36 (comment) and #36 (comment)
But this is minor. lgtm
This is a problem with |
@pwalczysko I have used |
Edited the comment #36 (comment) - I think it is fine as is, maybe just lets not show the z plane 0 by default, but rather 100 ? |
The |
I have rebuilt the conda env, and now in the
|
I rebuilt the environment following the instructions in the README |
I have rebuilt again (without the
prefix. This time, the notebooks finished without crash. But, I still have the error (inconsequential, but present inside the NON-zarr notebook) The error is not consequential, because the ilastik project is being loaded from somewhere else (or at least not being selected in the widget cell) and the notebook passes |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The error #36 (comment) is not consequential.
Review the installation of ilastik