We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2391f7e commit 232ca65Copy full SHA for 232ca65
nipype/interfaces/tests/test_runtime_profiler.py
@@ -11,7 +11,7 @@
11
from nipype.interfaces.base import (traits, CommandLine, CommandLineInputSpec,
12
runtime_profile)
13
14
-runtime_profile = True
+run_profile = True
15
if runtime_profile:
16
try:
17
import psutil
0 commit comments