File tree Expand file tree Collapse file tree 2 files changed +10
-4
lines changed Expand file tree Collapse file tree 2 files changed +10
-4
lines changed Original file line number Diff line number Diff line change 1
- # Generated by Neurodocker v0.3.2.
1
+ # Generated by Neurodocker v0.3.2-7-g4b0f32d .
2
2
#
3
3
# Thank you for using Neurodocker. If you discover any issues
4
4
# or ways to improve this software, please submit an issue or
5
5
# pull request on our GitHub repository:
6
6
# https://github.com/kaczmarj/neurodocker
7
7
#
8
- # Timestamp: 2017-12-28 23:39:47
8
+ # Timestamp: 2018-02-26 17:10:01
9
9
10
10
FROM neurodebian:stretch-non-free
11
11
@@ -278,6 +278,6 @@ RUN echo '{ \
278
278
\n ] \
279
279
\n ] \
280
280
\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 " \
283
283
\n }' > /neurodocker/neurodocker_specs.json
Original file line number Diff line number Diff line change 6
6
from nbconvert .preprocessors import ExecutePreprocessor
7
7
from nbconvert .preprocessors .execute import CellExecutionError
8
8
9
+
10
+ def test_version ():
11
+ import nipype
12
+ print ("nipype version: " , nipype .__version__ )
13
+
14
+
9
15
def _notebook_run (path ):
10
16
"""
11
17
Execute a notebook via nbconvert and collect output.
You can’t perform that action at this time.
0 commit comments