We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a81d993 commit 02e56f9Copy full SHA for 02e56f9
nipype/interfaces/afni/base.py
@@ -162,7 +162,7 @@ def __init__(self, **inputs):
162
163
# Update num threads estimate from OMP_NUM_THREADS env var
164
# Default to 1 if not set
165
- os.environ['OMP_NUM_THREADS'] = str(self.num_threads)
+ self.inputs.environ['OMP_NUM_THREADS'] = str(self.num_threads)
166
167
def _output_update(self):
168
""" i think? updates class private attribute based on instance input
0 commit comments