File tree 1 file changed +14
-5
lines changed 1 file changed +14
-5
lines changed Original file line number Diff line number Diff line change @@ -46,15 +46,24 @@ Release checklist
46
46
least match. Do they still hold? Make sure ``.github/workflows `` is testing
47
47
these minimum dependencies specifically.
48
48
49
- * Check the examples by running something like::
49
+ * Check the examples. First download the example data
50
+ by running something like::
50
51
52
+ # Install data packages.
53
+ pip install https://nipy.org/data-packages/nipy-templates-0.3.tar.gz
54
+ pip install https://nipy.org/data-packages/nipy-data-0.3.tar.gz
55
+
56
+ Then run the tests on the examples with::
57
+
58
+ # Move out of the source directory.
51
59
cd ..
60
+ # Make log file directory.
61
+ mkdir ~/tmp/eg_logs
52
62
./nipy/tools/run_log_examples.py nipy/examples --log-path=~/tmp/eg_logs
53
63
54
- in a virtualenv. Review the output in (e.g.)
55
- ``~/tmp/eg_logs``. The output file ``summary.txt`` will have the pass file
56
- printout that the ``run_log_examples.py`` script puts onto stdout while
57
- running.
64
+ in a virtualenv. Review the output in (e.g.) ``~/tmp/eg_logs ``. The
65
+ output file ``summary.txt `` will have the pass file printout that the
66
+ ``run_log_examples.py `` script puts onto stdout while running.
58
67
59
68
* Check the documentation doctests pass::
60
69
You can’t perform that action at this time.
0 commit comments