Skip to content

Commit

Permalink
Implements summarize_images -- a function to merge the functionality …
Browse files Browse the repository at this point in the history
…of median_image and average_image using a callable argument
  • Loading branch information
dPys committed Mar 24, 2020
1 parent b13d57b commit 7767498
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,9 +81,9 @@ before_script:
script:
- |
if [ "$CHECK_TYPE" == "style" ]; then
flake8 dmriprep
travis_wait 60 flake8 dmriprep
elif [ "$CHECK_TYPE" == "test" ]; then
pytest -n 2 -vv --doctest-modules --cov dmriprep --cov-config .coveragerc --cov-report xml:cov.xml dmriprep
travis_wait 60 pytest -n 2 -vv --doctest-modules --cov dmriprep --cov-config .coveragerc --cov-report xml:cov.xml dmriprep
else
false
fi
Expand Down
Binary file modified dmriprep/data/tests/dwi_b0.nii.gz
Binary file not shown.

0 comments on commit 7767498

Please sign in to comment.