-
Notifications
You must be signed in to change notification settings - Fork 535
[DOC] add documentation & doc tests to fsl preprocess #1851
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
Codecov Report
@@ Coverage Diff @@
## master #1851 +/- ##
========================================
- Coverage 73.1% 73% -0.1%
========================================
Files 1064 1059 -5
Lines 53328 53258 -70
========================================
- Hits 38985 38883 -102
- Misses 14343 14375 +32
Continue to review full report at Codecov.
|
[FIX] CircleCI tests - error codes are not propagated
ENH: Add -hires and -expert flags to ReconAll
TEST: Update auto tests
* upstream/master: make specs
fixing tests and install errors
Estimated transform files in spm realign output directory for 4D files
When strings are formatted in unicode, then the format of the AntsJointFusion -g, -t flags is not the same as the python string representations of lists. These flags need to be unpacked one-by-one and a new string representation needs to be provided on the command line.
The doctest of antsJointFusion was failing since nipy#1862, these changes hopefully fix this problem without breaking the correct functionality of the interface. Also corrected what I suspect is an error: -l was replaced by -t for the segmentations.
[FIX] Doctest of antsJointFusion failing
I rebased and ran |
Only update auto tests where they reflect changes you've made in the interfaces they're testing. I don't think you've changed any, so I'd leave all of them out. |
# Conflicts: # nipype/algorithms/tests/test_auto_NonSteadyStateDetector.py
@neuroumbrage - would you mind closing this PR and creating a new PR. because of some github mechanics this pull-request shows a lot of changes that are already in master. |
Adding working doc tests and updated the documentation links: