Skip to content

Commit cb686d1

Browse files
committed
Fixed name
1 parent 0483f7c commit cb686d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

htcondor_submission/2024_SPS_Pb_flat_bottom_cases/qy_scan/oxygen/launch_gpu_qy_scan_oxygen_ibs_50_150_300_600_Hz_ripple_with_comp_TRANSFER_FUNCTION_long.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
num_turns = 300_000 # corresponds to 9s for SPS ions at flat bottom
1616
Qx = 26.31
1717
Qy_range = np.arange(26.12, 26.27, 0.01)
18-
run_files = ['sps_oxygen_run_{}_tbt_qx_26dot31.py'.format(i+1) for i in range(len(Qy_range))]
18+
run_files = ['sps_oxygen_run_{}_tbt_qx_26dot31_long.py'.format(i+1) for i in range(len(Qy_range))]
1919

2020
# Define script and folder names
2121
script_names = run_files.copy()

0 commit comments

Comments
 (0)