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 9224ca3186.
This commit is contained in:
stevendargaville 2020-02-13 14:43:31 +00:00
parent 8154eeed13
commit 68312dd981
2 changed files with 0 additions and 4 deletions

View file

@ -18,8 +18,6 @@
<run_mode>fixed source</run_mode>
<particles>10000</particles>
<batches>1</batches>
<max_lost_particles>5</max_lost_particles>
<rel_max_lost_particles>0.1</rel_max_lost_particles>
<source particle="photon" strength="1.0">
<space type="point">
<parameters>0 0 0</parameters>

View file

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