Skip to content

Commit

Permalink
Update smriprep/interfaces/freesurfer.py
Browse files Browse the repository at this point in the history
  • Loading branch information
effigies committed Nov 16, 2023
1 parent 43eed0e commit 899f2f4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion smriprep/interfaces/freesurfer.py
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,6 @@ def _format_arg(self, name, trait_spec, value):
return super()._format_arg(name, trait_spec, value)

def _num_threads_update(self):
"""mris_expand"""
if self.inputs.num_threads:
self.inputs.environ.update(
{"OMP_NUM_THREADS": str(self.inputs.num_threads * 3 // 2)}
Expand Down

0 comments on commit 899f2f4

Please sign in to comment.