removed removal of tallies.xml file in testing_harness.py

This commit is contained in:
Sam Shaner 2016-10-17 17:49:13 -04:00
parent 36817319d4
commit 21bcf08318

View file

@ -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: