-
Notifications
You must be signed in to change notification settings - Fork 533
FIX: some fixes to afni.Deconvolve #2334
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
Conversation
My attempt to dynamically change the |
@mvdoc how about leaving |
* origin/master: (139 commits) fix error type remove install_aliases sty fix tests refactoring tests update changes [MAINT] Cleanup engine/base STY: Add newline pep formatting Revert "after make specs" address review and add changelog MAINT: Adjust test names to placate make specs Fix 3dFWHMx outputs fix: composemultitransform doctest sty: fix examples sty: fix styles in updated interfaces sty: cleanup tools folder sty: add yapf to extras installs fix: specs ...
@@ -0,0 +1,10 @@ | |||
"""Test afni deconvolve""" |
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.
Please rename this file to "test_extra_Deconvolve".
This isn't yet a part of documentation, but we realized that lowercase tests like this block building the auto test on OSX. Using "extra" marks it as something to have in addition to the auto-test. And just for consistency's sake, let's use the capitals.
Also this needs a |
@effigies: done |
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.
Looks good. Will merge on passing tests.
--x1D_stop
, the output file is not created. The interface currently fails because it assumes that the output file exists. This PR checks whether x1D stop is set, and changes theexists
flag ofoutput_spec.out_file
.force_TR
should be float not int and should precede-input
ortvec