Skip to content

Commit 43ff268

Browse files
committed
remove leftover line that @satra spotted
1 parent 6e00306 commit 43ff268

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

nipype/pipeline/plugins/multiproc.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -196,8 +196,6 @@ def _send_procs_to_workers(self, updatehash=False, graph=None):
196196
# Check to see if a job is available (jobs without dependencies not run)
197197
# See https://github.com/nipy/nipype/pull/2200#discussion_r141605722
198198
jobids = np.nonzero(~self.proc_done & (self.depidx.sum(0) == 0))[1]
199-
jobids = np.flatnonzero(
200-
~self.proc_done & (self.depidx.sum(axis=0) == 0).__array__())
201199

202200
# Check available system resources by summing all threads and memory used
203201
free_memory_gb, free_processors = self._check_resources(self.pending_tasks)

0 commit comments

Comments
 (0)