Skip to content

Commit 37ca7db

Browse files
author
bpinsard
committed
Merge branch 'master' into nitime
* master: (31 commits) doc: updated debug config message. ants code cleanup (PEP8, unused variables) removed in_file from DTLUTGen docstring added changelog message removed unused variables removed unused imports pep8 and reindent removed an evil trailing comma from WIMT fix: added test to check that inputs are not modified when setting display variable via config fix: added tests, actually added display variable to config fix: interface environment always overwrites config environ DISPLAY doc: change closes nipy#368 fix: environment inputs not changed by config display variable AFNITraitedSpec for Calc this is the nth time that I change this... test/fixs fixing what I messed up fixing abspath multiple files for tcat and merge default suffix more appropriated ...
2 parents 325870b + 626b3f4 commit 37ca7db

File tree

14 files changed

+369
-200
lines changed

14 files changed

+369
-200
lines changed

CHANGES

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
Since last release
22
==================
33

4-
* ENH: New interfaces: MySQLSink, nipy.Similarity, WatershedBEM
4+
* API: display variable no longer encoded as inputs in commandline interfaces
5+
6+
* ENH: New interfaces: MySQLSink, nipy.Similarity, WatershedBEM,
7+
NetworkBasedStatistic
58

69
* FIX: Afni outputs should inherit from TraitedSpec
710

doc/users/debug.rst

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,16 @@ performance issues.
1717

1818
#. Use the debug config mode. This can be done by setting::
1919

20-
import config
20+
from nipype import config
2121
config.enable_debug_mode()
2222

2323
as the first import of your nipype script.
2424

25+
.. note::
26+
27+
Turning on debug will rerun your workflows and will rerun them after debugging
28+
is turned off.
29+
2530
#. There are several configuration options that can help with debugging. See
2631
:ref:`config_file` for more details::
2732

0 commit comments

Comments
 (0)