Skip to content

Commit

Permalink
newlines for style check
Browse files Browse the repository at this point in the history
  • Loading branch information
mauriliogenovese committed Jan 18, 2025
1 parent 133dc0a commit 66d6280
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion nipype/pipeline/plugins/multiproc.py
Original file line number Diff line number Diff line change
Expand Up @@ -423,4 +423,4 @@ def _sort_jobs(self, jobids, scheduler="tsort"):
jobids,
key=lambda item: (self.procs[item].mem_gb, self.procs[item].n_procs),
)
return jobids
return jobids
3 changes: 2 additions & 1 deletion nipype/pipeline/plugins/tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -185,4 +185,5 @@ def gpu_count():
except ImportError:
return 1
else:
return len(GPUtil.getGPUs())
return len(GPUtil.getGPUs())

0 comments on commit 66d6280

Please sign in to comment.