-
Notifications
You must be signed in to change notification settings - Fork 532
Sort out terminal_output #2209
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
Merged
Merged
Sort out terminal_output #2209
Changes from all commits
Commits
Show all changes
31 commits
Select commit
Hold shift + click to select a range
ba97ef1
[ENH] Added new fsl.WarpPointsFromStd interface
oesteban 4bdd241
Merge branch 'master' into enh/FSLstd2imgcoords
oesteban 82e1ce7
do not inherit from WarpPoints interfaces
oesteban 91a7ac4
update specs
oesteban f5bae9f
updated CHANGES, fixed docstring
oesteban 4540fd2
Merge branch 'master' into enh/FSLstd2imgcoords
oesteban 4d9a080
use terminal_output
oesteban 57d3a3b
Merge branch 'enh/FSLstd2imgcoords' of github.com:oesteban/nipype int…
oesteban e5a73b7
Merge remote-tracking branch 'upstream/master' into enh/FSLstd2imgcoords
oesteban e7e4dcc
add +IGNORE_UNICODE to doctest, update specs
oesteban 51a7e72
Merge branch 'master' into enh/FSLstd2imgcoords
oesteban 9e3ee31
[WIP] Revise terminal_output
oesteban 77bcb60
fix multiproc access to terminal_output
oesteban e269e74
update failing spec
oesteban 484da5d
fix terminal_output tests
oesteban 037e932
Merge remote-tracking branch 'upstream/master' into fix/1407
oesteban 91a0194
Merge branch 'enh/FSLstd2imgcoords' into fix/1407
oesteban 617bba0
fix xor in AFNI OutlierCount. fixes #1406
oesteban 19a356b
update specs of the two interfaces affected so far
oesteban 1d22038
make ants.OutlierCount use the terminal_output. Close #1406
oesteban 8b08f90
update documentation
oesteban 6279fb2
fix tests
oesteban 0abc8ac
move documentation to the interface_specs file
oesteban 5372a79
fix CHANGES
oesteban 82263dc
remove unnecessary dependency
oesteban ec4d612
Merge branch 'master' into fix/1407
effigies d951ab4
fix tests
oesteban 4d4d3f0
Merge remote-tracking branch 'upstream/master' into fix/1407
oesteban 799dfab
@effigies' and @satra's comments
oesteban 8ed12f6
fix overcorrection
oesteban a66678c
update specs
oesteban File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
Oops, something went wrong.
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.
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.
does this suggest that we should consider two types of fields in the json files? things that set node/interface attributes, like mem, proc, terminal_output, etc.,. and then a section that's exclusively the inputs?
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.
good point. We could think of a JSON representation of the interface state for nipype 2.0, don't you think?