-
Notifications
You must be signed in to change notification settings - Fork 294
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
MNT: Increase minimum tedana version #2366
Conversation
@tsalo A couple points:
|
Can do. EDIT: It looks like this branch is already up-to-date w.r.t.
We updated the minimum requirement in ME-ICA/tedana#518 to fix test failures, but we never successfully pinned down the cause of the failing tests, and we aren't sure if 1.3.3 is necessary to fix things. @emdupre @jbteves what do you think is the best solution? Should we test out the scipy version fMRIPrep has pinned in Dockerfile (1.1.0) with tedana to see if it breaks things and, if not, make our next release with that version in our requirements? Then I could change this PR to pin to 0.0.10 instead of 0.0.9. |
I can open a PR on tedana now and see if it passes our test suite as-is ! We can re-visit once we have those results. |
@tsalo @emdupre I see that ME-ICA/tedana#723 went in, so it looks like |
To be honest, I'm not sure what changes are acceptable under the LTS version, but if it is acceptable to update tedana when that will change the results somewhat (combined data will be masked less aggressively), then I think that would be preferable for most users. If not, though, then your solution to pin 0.0.10 in |
It comes down to whether you consider the change in masking a bug fix or a substantive change in processing. If it turns data from unusable to usable, then I'd consider it a bug fix. If, for data that was already masked sensibly, the change in masks is beyond the run-to-run variability, then I would err on the side of it not being a bug fix. In cases where it's less clear, the LTS maintainer (in this case @bpinsard) is the final authority. |
I agree with @effigies that it depends on whether you consider it a bugfix or not. I am not familiar enough with the multi-echo branch of the pipeline to make a decision right now. |
Thanks all ! To weigh in here: it's not that previous versions gave incorrect results, but those results may not have aligned with user expectations based on how this method was previously described in the literature. Essentially: While the previous code correctly generates T2* maps, it only does so in voxels where multiple echos have signal. Since multi-echo acquisitions are often described as increasing signal in regions which typically suffer from dropout, users were surprised that this was not the case in their processed data (because these dropout-prone regions typically only have signal in the first echo and so were not included in the generated T2* maps before this release). So, I'd say it's really a judgment call. The maps from either tedana release are technically correct, but the maps from the more recent release will better match most user expectations. I can of course go into more detail on why we switched strategies for this t2smap workflow, if that helps in making this decision ! |
Thanks for the context, Elizabeth. Sounds like the more conservative choice is to consider it an improvement rather than a bug fix, but there's an argument here that users find the current results less usable. If it were me, I'd probably go the conservative route, but I'll defer to Basille and Pierre if they think it makes sense to include this update. |
Update setup.cfg Co-authored-by: Chris Markiewicz <effigies@gmail.com>
aab2361
to
1254cfd
Compare
@oesteban I think the goal was to move to 0.10+ once that was released. |
Ugh, thanks for the heads-up. I guess merging this can't harm. |
There is a new
tedana
release (0.0.9), in which the masking we apply is made less aggressive. This should address user-reported issues with multi-echo coverage in fMRIPrep (e.g., here, here, and ME-ICA/tedana#600).Pinging @emdupre and @jbteves because they were involved in the release.
Changes proposed in this pull request
tedana
version to 0.0.9, now that there is a new release.Documentation that should be reviewed
None