Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main'
Browse files Browse the repository at this point in the history
# Conflicts:
#	src/spikeinterface/sorters/launcher.py
  • Loading branch information
Marin Manuel committed Jun 29, 2024
2 parents ce87e68 + 2d0a83b commit ebabfec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/spikeinterface/sorters/launcher.py
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ def run_sorter_jobs(job_list, engine="loop", engine_kwargs=None, return_output=F
f.write(slurm_script)
os.fchmod(f.fileno(), mode=stat.S_IRWXU)
sbatch_args = ' '.join(['--{k}={v}' for k, v in engine_kwargs['sbatch_args'].items()])
subprocess.Popen(["sbatch", str(script_name.absolute()), sbatch_args])
subprocess.Popen("sbatch", str(script_name.absolute()), sbatch_args)

return out

Expand Down

0 comments on commit ebabfec

Please sign in to comment.