Skip to content

REF/STY Reorganize AFNI interface. #1678

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 8 commits into from
Oct 12, 2016
Merged

REF/STY Reorganize AFNI interface. #1678

merged 8 commits into from
Oct 12, 2016

Conversation

tsalo
Copy link
Member

@tsalo tsalo commented Oct 9, 2016

Move some functions into new utils file. Clean up whitespace. Standardize long strings and whitespace. Reorder functions alphabetically. Add optional arguments to AFNItoNIFTI.

Sort imports in afni base.

Sort classes in afni preprocess, split several long strings, and
replace traits.Str with base Str throughout all classes.
Create utils.py and move several functions from preprocess to utils.

Also, add optional arguments to AFNItoNIFTI, standardize long strings
and standardize spacing.
# Conflicts:
#	nipype/interfaces/afni/preprocess.py
FSLOUTTYPE defaults to “nit”, not “nii.gz”.
FSLOUTTYPE must only default to .nii for me.
@satra
Copy link
Member

satra commented Oct 9, 2016

@tsalo - there are a few files added to this pull request which should not be:

A .cache/v/cache/lastfailed (4)
A nipype/testing/data/ev_test_condition_0_1.txt (2)
A von-ray_errmap.nii.gz (0)
A von_errmap.nii.gz (0)

@codecov-io
Copy link

codecov-io commented Oct 9, 2016

Current coverage is 70.71% (diff: 75.14%)

Merging #1678 into master will decrease coverage by 0.23%

@@             master      #1678   diff @@
==========================================
  Files          1028       1030     +2   
  Lines         51612      51868   +256   
  Methods           0          0          
  Messages          0          0          
  Branches       7317       7365    +48   
==========================================
+ Hits          36619      36681    +62   
- Misses        13904      14096   +192   
- Partials       1089       1091     +2   

Powered by Codecov. Last update bbd784c...74f4b74

@tsalo
Copy link
Member Author

tsalo commented Oct 9, 2016

I'm not sure how they were created, but I've deleted those files.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants