Skip to content

Commit 340246b

Browse files
committed
testing nipype 1.0.1 before release
1 parent fe288ec commit 340246b

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

Dockerfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
# Generated by Neurodocker v0.3.2.
1+
# Generated by Neurodocker v0.3.2-7-g4b0f32d.
22
#
33
# Thank you for using Neurodocker. If you discover any issues
44
# or ways to improve this software, please submit an issue or
55
# pull request on our GitHub repository:
66
# https://github.com/kaczmarj/neurodocker
77
#
8-
# Timestamp: 2017-12-28 23:39:47
8+
# Timestamp: 2018-02-26 17:10:01
99

1010
FROM neurodebian:stretch-non-free
1111

@@ -278,6 +278,6 @@ RUN echo '{ \
278278
\n ] \
279279
\n ] \
280280
\n ], \
281-
\n "generation_timestamp": "2017-12-28 23:39:47", \
282-
\n "neurodocker_version": "0.3.2" \
281+
\n "generation_timestamp": "2018-02-26 17:10:01", \
282+
\n "neurodocker_version": "0.3.2-7-g4b0f32d" \
283283
\n}' > /neurodocker/neurodocker_specs.json

test_notebooks.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@
66
from nbconvert.preprocessors import ExecutePreprocessor
77
from nbconvert.preprocessors.execute import CellExecutionError
88

9+
10+
def test_version():
11+
import nipype
12+
print("nipype version: ", nipype.__version__)
13+
14+
915
def _notebook_run(path):
1016
"""
1117
Execute a notebook via nbconvert and collect output.

0 commit comments

Comments
 (0)