Skip to content

Commit

Permalink
correction
Browse files Browse the repository at this point in the history
  • Loading branch information
ismael-mendoza committed Nov 16, 2024
1 parent 0b442f2 commit f36310b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/slurm_toy_shear_vectorized.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ def main(

jobfile = setup_sbatch_job_gpu(jobname, time, nodes=1, n_tasks_per_node=4, qos=qos)

template_cmd = "python /global/u2/i/imendoza/BPD/scripts/toy_shear_vectorized.py {{seed}} {jobname} --n-samples-gals {n_gals} --n-samples-shear {n_samples_shear} --n-vec {n_vec} --n-exps {n_exps} --n-samples-per-gal {n_samples_per_gal} --trim {trim} --g1 {g1} --g2 {g2}"
template_cmd = "python /global/u2/i/imendoza/BPD/scripts/toy_shear_vectorized.py {{seed}} {jobname} --n-gals {n_gals} --n-samples-shear {n_samples_shear} --n-vec {n_vec} --n-exps {n_exps} --n-samples-per-gal {n_samples_per_gal} --trim {trim} --g1 {g1} --g2 {g2}"

base_cmd = template_cmd.format(
n_gals=n_gals,
Expand Down

0 comments on commit f36310b

Please sign in to comment.