Skip to content

Commit 2b78bc0

Browse files
committed
fix name
1 parent e5404d8 commit 2b78bc0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

htcondor_submission/2024_SPS_Pb_flat_bottom_cases/intensity_scan/oxygen/2025_07_03_MD/launch_oxygen_Nb_scan_space_charge_adap_and_ibs_comp_full_ripple_TRANSFER_FUNCTION_2025_07_03_476k_turns.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
Nb_array = ['{:.2f}e8'.format(Nb) for Nb in Nb0]
2626
exn_array = ['{:.2f}e-6'.format(exn) for exn in eyn0] # note that we artificially set eyn = exn for O8+ ions
2727
eyn_array = ['{:.2f}e-6'.format(eyn) for eyn in eyn0]
28-
run_files = ['sps_oxygen_Nb_scan_{}.py'.format(i+1) for i in range(len(Nb_array))]
28+
run_files = ['sps_oxygen_Nb_scan_{}_longer.py'.format(i+1) for i in range(len(Nb_array))]
2929

3030
# Define script and folder names
3131
script_names = run_files.copy()

0 commit comments

Comments
 (0)