-
Notifications
You must be signed in to change notification settings - Fork 26
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
Remove mibitiff option in notebooks #772
Conversation
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
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.
@srivarra has an open PR changing some of these same lines in the notebooks. You guys should coordinate to figure out which branch to merge where/when, resolving merge conflicts in the jupyter notebooks can be annoying sometimes.
@ngreenwald I'll add the changes to #736. |
cool then we can just merge into main |
* nb1 dataset download test fixed. Added new tests * dataset tests: nb2 support * dataset works for nb1 * pycodestyle * nb2: notebook tests fix * nb2: notebook tests fix part 2 * docs build fix * removed deprecated dataset test * moved example dataset into it's own respective file and test file * moved example dataset into it's own respective file and test file * added tests for checking if a directory is empty or not * temporary start_docker.sh adjustments * adjusted notebook 2 * dataset auth_token=False * pycodestyle * updated revision, updated dataset config naming scheme * Nuclear mask, CD163 * updated dataset commit hash. * adjust test params * added channel for smoothing in the notebook 2 * tests fix * docstring fix * ValueError String improvements * fiber_segmentation_fix * removed test which runs through all of the Segment Image Data notebook * moving correct merged files over to nb2 * removed excess cell output * removed mibitiff in notebooks 1,2 from #772 * merge main * Added dataset information to the readme * doc build fix
If you haven't already, please read through our contributing guidelines before opening your PR
What is the purpose of this PR?
Closes #686.
How did you implement your changes
Remove mentions of MIBItiff in the notebooks and instead use the underlying default
is_mibitiff=False
in the functions.