-
Notifications
You must be signed in to change notification settings - Fork 45
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 test to check that phys2bids
output is BIDS compatible
#362
Conversation
Okay, I think this is working, l am gonna leave it as a draft until the PR mentioned in this issue: https://neurostars.org/t/quick-validation-failed-on-physiological-files/17611/6 gets approved and a new release is passed. However as you can see it is doing exactly what we want. Now that the bids-validator doesn't accept physiological only bids dataset it gives an error and breaks the test. |
@eurunuela How do you use the makeenv_37 enviroment work in your others jobs? I tried to recreate the steps but since i couldn't i reisntall phys2bids in my bids_validate job |
I think you're missing this: - bids_validate
requires:
- makeenv_37 |
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.
LGTM! Thank you @vinferrer . I set it as "request changes" until the test passes. Then I'll approve.
Edit: I forgot to mention that if you think this is ready for review, you should click on the button 😉
No, it's not ready, we have to wait for the bids-validator update that accepts only physiological datasets, then i will push an empty commit to see if the test passes or if there is something else to correct |
I think bids-validator people are not gonna allow only |
Codecov Report
@@ Coverage Diff @@
## master #362 +/- ##
=======================================
Coverage 94.64% 94.64%
=======================================
Files 8 8
Lines 840 840
=======================================
Hits 795 795
Misses 45 45
|
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.
LGTM!
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.
This is super useful. Thank you @vinferrer !
phys2bids
output is BIDS compatible
🚀 PR was released in |
Closes #355
This addition to the config file sets a test that runs bids_validator on the tutorial file
Proposed Changes
Change Type
bugfix
(+0.0.1)minor
(+0.1.0)major
(+1.0.0)refactoring
(no version update)test
(no version update)infrastructure
(no version update)documentation
(no version update)other
Checklist before review