From 68312dd9818cecd8129206b4a1a9d816432169e5 Mon Sep 17 00:00:00 2001 From: stevendargaville Date: Thu, 13 Feb 2020 14:43:31 +0000 Subject: [PATCH] Revert "Modified an existing regression test to include the new max_lost_particles and relative version. This is mainly a test that the python/xml input/output routines work through the comparison the regression test harness does in this test, neither of these trigger the end of the simulation." This reverts commit 9224ca318675fcbb06c8eb97d9569466874dda21. --- tests/regression_tests/photon_source/inputs_true.dat | 2 -- tests/regression_tests/photon_source/test.py | 2 -- 2 files changed, 4 deletions(-) diff --git a/tests/regression_tests/photon_source/inputs_true.dat b/tests/regression_tests/photon_source/inputs_true.dat index 83c909ac69..89f4de0e0c 100644 --- a/tests/regression_tests/photon_source/inputs_true.dat +++ b/tests/regression_tests/photon_source/inputs_true.dat @@ -18,8 +18,6 @@ fixed source 10000 1 - 5 - 0.1 0 0 0 diff --git a/tests/regression_tests/photon_source/test.py b/tests/regression_tests/photon_source/test.py index 09a0b4a2d0..94b0280031 100644 --- a/tests/regression_tests/photon_source/test.py +++ b/tests/regression_tests/photon_source/test.py @@ -31,8 +31,6 @@ class SourceTestHarness(PyAPITestHarness): settings = openmc.Settings() settings.particles = 10000 settings.batches = 1 - settings.max_lost_particles = 5 - settings.rel_max_lost_particles = 0.1 settings.photon_transport = True settings.electron_treatment = 'ttb' settings.cutoff = {'energy_photon' : 1000.0}