martius-lab / cluster_utils

https://cluster-utils.readthedocs.io/stable/
Other
12 stars 0 forks source link

Remove unnecessary cd for run_as_module=True (fixes #69) #70

Closed mseitzer closed 7 months ago

mseitzer commented 7 months ago

Changing the directory should not be necessary at that point because it is already done at an earlier point in the job launch script. Additionally, using cd this way is not compatible with singularity (see #69).