-
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
Fix issue #25 #27
Fix issue #25 #27
Conversation
you need to run the script from the
We could make it more robust but this is outside the scope of this PR |
Ignore previous comment (deleted) - the script must be run from within the scripts directory, then it works. |
Following error report when running from my Mac (Option 1). But the error was not consequential, the script is successfully saving the probabilities as image to OMERO now). Similar error (also without detrimental effect) I can see on MyBinder.
|
Both locally and on MyBinder the script and notebook respectively worked as expected. |
The error is coming from the version of skimage that ilastik comes with. this has been fixed in newer version of ilastik. |
Even after I stopped the MyBinder, the rnd issue with images coming from the local Mac persists, see |
Second time round, from MyBinder only, the rnd were just fine. I am not too worried about the rnd issue. |
See #25
This PR allows to create a conda environment using
conda env create -n ilastik --file binder/environment.yml
as described in https://omero-guides.readthedocs.io/projects/ilastik/en/latest/setup.htmlThis will also work using repo2docker.
Test on mac using
conda env create -n ilastik --file binder/environment.yml
Test on mybinder or by running locally
repo2docker
cc @tlambert03