-
-
Notifications
You must be signed in to change notification settings - Fork 41
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
🐛 Fix some bugs found via 1.8.6-dev smoke tests #2011
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- handle regressor names with underscores when matching strategy provenance - restore some over-trimmed DRYing in ResourcePool.get - expand key-finding in exception handling in build_workflow
e-kenneally
approved these changes
Oct 31, 2023
8 tasks
👔 Make CCS & fMRIPrep BOLD masking steps interchangeable
🎨 DRY `ResourcePool.get`
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Fixes
Fixes
in https://github.com/FCP-INDI/C-PAC/actions/runs/6669328783/job/18127204189
Fixes
in https://github.com/FCP-INDI/C-PAC/actions/runs/6669328783/job/18127204189
Fixes
by @nx10 on Slack
Technical details
string indices must be integers
DashesUnderscores and spaces in the regressor names were causing problems in the regressors downstream from forked filters, so I updated the regressor naming to only include alphanumeric characters and no-more-than-one-in-a-row underscores, which renamed some regressors in some preconfigs to names including underscores, which doesn't play well withC-PAC/CPAC/nuisance/nuisance.py
Line 2521 in 7ff4a93
C-PAC/CPAC/nuisance/nuisance.py
Lines 2529 to 2532 in 7ff4a93
C-PAC/CPAC/pipeline/engine.py
Lines 276 to 282 in a873f68
C-PAC/CPAC/nuisance/nuisance.py
Line 2517 in a873f68
cannot unpack non-iterable NoneType object
I overtrimmed in 6ca33b9, repaired the damage with
C-PAC/CPAC/pipeline/engine.py
Lines 360 to 364 in a873f68
These tests will still be failing after these changes, but they should be more-helpful missing-resource exceptions
Where it seems to try to look up the error message itself in a list?
This one was some exception handling that needed updated. The lookup was from trying to parse the key out of the error to see if we should
C-PAC/CPAC/pipeline/cpac_pipeline.py
Lines 1498 to 1503 in a873f68
Tests
Manually launched smoke tests
Checklist
Update index.md
).develop
branch of the repository.Developer Certificate of Origin
Developer Certificate of Origin