Skip to content

Commit 7767498

Browse files
author
dPys
committed
Implements summarize_images -- a function to merge the functionality of median_image and average_image using a callable argument
1 parent b13d57b commit 7767498

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: .travis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -81,9 +81,9 @@ before_script:
8181
script:
8282
- |
8383
if [ "$CHECK_TYPE" == "style" ]; then
84-
flake8 dmriprep
84+
travis_wait 60 flake8 dmriprep
8585
elif [ "$CHECK_TYPE" == "test" ]; then
86-
pytest -n 2 -vv --doctest-modules --cov dmriprep --cov-config .coveragerc --cov-report xml:cov.xml dmriprep
86+
travis_wait 60 pytest -n 2 -vv --doctest-modules --cov dmriprep --cov-config .coveragerc --cov-report xml:cov.xml dmriprep
8787
else
8888
false
8989
fi

Diff for: dmriprep/data/tests/dwi_b0.nii.gz

-6 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)