-
-
Notifications
You must be signed in to change notification settings - Fork 3
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 --version
, add enter
, parse-resources
and version
, and fix tests
#29
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
git-svn-id: https://nipy.svn.sourceforge.net/svnroot/nipy/nipype/trunk@2 ead46cd0-7350-4e37-8683-fc4c6f79bf00
git-svn-id: https://nipy.svn.sourceforge.net/svnroot/nipy/nipype/trunk@3 ead46cd0-7350-4e37-8683-fc4c6f79bf00
git-svn-id: https://nipy.svn.sourceforge.net/svnroot/nipy/nipype/trunk@4 ead46cd0-7350-4e37-8683-fc4c6f79bf00
[ENH] Nuisance Regression Redo
- ✨ Add config and test-config tracking - ⚕️ Handle tracking errors Resolves #1025 Ref #1172 on-behalf-of: @FCP-INDI <http://fcp-indi.github.com>
on-behalf-of: @FCP-INDI <http://fcp-indi.github.com>
- ✨ Add config and test-config tracking - ⚕️ Handle tracking errors Resolves #1025 Ref #1172 on-behalf-of: @FCP-INDI <http://fcp-indi.github.com>
on-behalf-of: @FCP-INDI <http://fcp-indi.github.com>
- ✨ Add config and test-config tracking - ⚕️ Handle tracking errors Resolves #1025 Ref #1172 on-behalf-of: @FCP-INDI <http://fcp-indi.github.com>
on-behalf-of: @FCP-INDI <http://fcp-indi.github.com>
Publish v1.7.1 to Master Branch
⚡️ Update memory and threading estimates
TODO: Fix capsys
shnizzedy
force-pushed
the
fix/version
branch
2 times, most recently
from
April 13, 2022 17:04
c07296c
to
0b166d5
Compare
1 task
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
bug
Something isn't working
documentation
Improvements or additions to documentation
enhancement
New feature or request
support
user-reported
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 #22 by @keithcdodd & @shnizzedy
Fixes shnizzedy/cpac#17 by @shnizzedy
Fixes shnizzedy/cpac#25 by @shnizzedy
Related to #26 by @gkiar
Related to #27 by @shnizzedy
Description
cpac --version
was returning the usage text instead of the versionWhile I was doing that ☝️, I fixed a few other things that I was touching anyway:
cpac enter
to BASH into a C-PAC containercpac parse-resources
to runcpac/helpers/cpac_parse_resources.py
directly fromcpac
cpac version
to check the in-container version of C-PACTechnical details
--tracking_opt-out
isn't being applied to theconfig
commandline utility in C-PAC, so there's some code here to set up the tracking config if it doesn't exist:cpac/src/cpac/helpers/cpac_parse_resources.py
Lines 55 to 69 in 506e8c5
Tests
cpac/tests/test_cpac_version.py
Lines 11 to 51 in 506e8c5
enter
― that command opens an interactive prompt in a container.Checklist
Update index.md
).develop
branch of the repository.visible errors.
Developer Certificate of Origin
Developer Certificate of Origin