mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 22:26:08 -04:00
cleaned will also remove tally output files
This commit is contained in:
parent
54e56145a7
commit
05c1a07eae
1 changed files with 1 additions and 1 deletions
|
|
@ -36,7 +36,7 @@ for root, dirs, files in folders:
|
|||
# Process results
|
||||
os.system('python results.py')
|
||||
os.system('mv results_test.dat results_true.dat')
|
||||
os.system('rm *.binary')
|
||||
os.system('rm -f *.binary *.out')
|
||||
|
||||
# Go back a directory
|
||||
os.chdir('..')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue