mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-27 21:55:41 -04:00
removed removal of tallies.xml file in testing_harness.py
This commit is contained in:
parent
36817319d4
commit
21bcf08318
1 changed files with 0 additions and 1 deletions
|
|
@ -339,7 +339,6 @@ class PyAPITestHarness(TestHarness):
|
|||
output = [os.path.join(os.getcwd(), 'materials.xml')]
|
||||
output.append(os.path.join(os.getcwd(), 'geometry.xml'))
|
||||
output.append(os.path.join(os.getcwd(), 'settings.xml'))
|
||||
output.append(os.path.join(os.getcwd(), 'tallies.xml'))
|
||||
output.append(os.path.join(os.getcwd(), 'inputs_test.dat'))
|
||||
output.append(os.path.join(os.getcwd(), 'summary.h5'))
|
||||
for f in output:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue