From 21bcf08318db8458c802d5255c816fdd4345f11c Mon Sep 17 00:00:00 2001 From: Sam Shaner Date: Mon, 17 Oct 2016 17:49:13 -0400 Subject: [PATCH] removed removal of tallies.xml file in testing_harness.py --- tests/testing_harness.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/testing_harness.py b/tests/testing_harness.py index 0a13e612b4..150d124c8c 100644 --- a/tests/testing_harness.py +++ b/tests/testing_harness.py @@ -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: