-
Notifications
You must be signed in to change notification settings - Fork 271
adding nd2 as a image read mode #1695
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
Conversation
Here's the code health analysis summary for commits Analysis Summary
Code Coverage Report
|
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.
Looks good to me! Works just fine in a notebook after separately installing nd2.
Hmm, I added nd2 as a new dependency, but maybe if you didn't re-install in a new environment, nd2 wouldn't have installed? I guess the tests pass and the builds don't fail so maybe that's fine? |
New dependencies only get installed automatically if you create a new condo environment or run the pip install command. If you install from source in editable mode so that you don't have to rerun pip, then it won't install automatically |
Describe your changes
Added "nd2" as a
readimage
mode to read in Nikon microscope images.Type of update
Is this a:
Associated issues
#1684
Additional context
Add any other context about the problem here.
For the reviewer
See this page for instructions on how to review the pull request.
plantcv/mkdocs.yml
updating.md