-
Notifications
You must be signed in to change notification settings - Fork 95
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 accepted and rejected time series from the standard file outputs and change denoised time series name #1006
Conversation
… into Fix-time-series
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1006 +/- ##
==========================================
+ Coverage 89.54% 89.55% +0.01%
==========================================
Files 26 26
Lines 3395 3399 +4
Branches 619 621 +2
==========================================
+ Hits 3040 3044 +4
Misses 207 207
Partials 148 148 ☔ View full report in Codecov by Sentry. |
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! @tsalo @handwerkerd what do you think?
Thank you for taking care of this. I'd want @tsalo's option, but I'd lean against changing That said, I am labeling this as a "breaking change" since we are altering default outputs (even if they are default outputs no one actually uses) |
I believe that I had this filename change in my version as well. FWIW, fMRIPrep only uses the t2smap workflow, so it doesn't produce/use the denoised file. No matter what, this will be a breaking change (there's always the possibility that some users are using the files that this PR removes), so I say we go for broke and rename everything we think would benefit from a change. |
@tsalo Does BIDS care if |
There's no rule about the naming, as long as we stick to alphanumeric strings. I personally prefer lower-case or lowerCamelCase, but that's not required at all. |
@martaarbizu Thank you again for working on this. I made a pull request onto your PR to improve the documentation. You should be able to approve and merge martaarbizu#1 into your PR and then this will be ready to merge into Main. |
Closes #819 .
Changes proposed in this pull request: