cogwheel.postprocessing.submit_postprocess_rundir_slurm

cogwheel.postprocessing.submit_postprocess_rundir_slurm(rundir, job_name=None, n_hours_limit=2, stdout_path=None, stderr_path=None, sbatch_cmds=('--mem-per-cpu=16G',), batch_path=None)

Submit a slurm job to postprocess a run directory where a sampling.Sampler has been run.

Note this may not be necessary if the parameter estimation run was done through sampling.main with postprocess=True.