Skip to content

Commit

Permalink
correct typos
Browse files Browse the repository at this point in the history
  • Loading branch information
payerne committed Sep 13, 2024
1 parent a194c8d commit c3cd657
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/DC2/jobs_extract_sources_cosmoDC2.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
'#SBATCH --mem=8000 # Memory in MB per default',
'#SBATCH --time=0-6:00:00 # 7 days by default on htc partition',
'source /pbs/home/c/cpayerne/setup_mydesc.sh']
cmd = f'python run_extract_sources_and_compute_ind_profile_cosmoDC2_per_split.py --which_split {which_split} --number_of_splits {number_of_splits} '
cmd = f'python extract_sources_and_compute_ind_profile_cosmoDC2_per_split.py --which_split {which_split} --number_of_splits {number_of_splits} '
lines = lines_base + [cmd]
name_job = f'job_which_split={which_split}_number_of_splits={number_of_splits}.job'
with open(name_job, 'w') as f:
Expand Down

0 comments on commit c3cd657

Please sign in to comment.