-
Notifications
You must be signed in to change notification settings - Fork 2
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
Add PNG microscopy data and files for testing dataframe #6
Conversation
I think You are right this is not very clean, and even though 48 seems like a big number I don't think it would take too much time to fix (because this would only be a path_related issue). I don't know about the order though, should we break everything now or wait for the JOSS review to be over (because we will do a release after the review right ?) |
I think we should wait for the JOSS review, I'll write the tests with the current folder hierarchy of this branch and I'll fix it afterwards. |
Ideally we should wait for the JOSS review. But we don't really know when it will finish (only one reviewer left tho): I don't want to freeze your development for an uncertain period of time :/ |
I wrote the tests for the function with the file architecture of this branch in PR #584 in Here is what I suggest:
If we want to be hyper-cautious, we can wait for JOSS review before step 4. This won't freeze the development on my part. |
I think it's fine. Worst case scenario: there is a glitch for a few hours, while one reviewer is looking at the repos, but they would easily understand it's a temporary issue that will be fixed a few hours later. If it glitches happen to Google it can happen to us 😉 |
This PR is ready for review. |
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 great, thank you!
Thank you @andreanne-lemay and @charleygros, I'll merge and create the new release. |
Related to #5
This PR aims to add microscopy data to the
data-testing
repo.It also covers the
_sessions.tsv
and_scans-tsv
files and architecture needed for the testing of the new loader in ivadomed.Currently, I have an issue with the data that was already in the repo (MRI anat), because it is used for testing in ivadomed and the path is harcoded in several tests and config files:
data-testing
repo (e.g. anat, microscopy, eeg, dwi, etc).microscopy_png
and updated theREADME
accordingly.MRI anat
are still at the root of data-testing (all tests passed).I would like to go ahead and write a test for the new loader. I can do it even if the data stays like that, but it is not very clean and I think it would be best to update the MRI anat data as well (in another PR) @lrouhier @charleygros what do you think? Thanks!