Skip to content

Commit

Permalink
fixed a typo in the driver script
Browse files Browse the repository at this point in the history
  • Loading branch information
chunshen1987 committed Jan 29, 2024
1 parent 455fbfd commit 51c75f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion codes/hydro_plus_UrQMD_driver.py
Original file line number Diff line number Diff line change
Expand Up @@ -434,7 +434,7 @@ def run_spvn_analysis(urqmd_file_path, n_threads, final_results_folder,
curr_time = time.asctime()
print(f"\U0001F3CD [{curr_time}] Finished spvn analysis ... ", flush=True)

call(f"rm {spvnfolder}/particle_list.bin", shell=True)
call(f"rm {spvn_folder}/particle_list.bin", shell=True)
shutil.move(spvn_folder, final_results_folder)


Expand Down

0 comments on commit 51c75f5

Please sign in to comment.