Skip to content

Commit de5087f

Browse files
committed
increase stats a bit
1 parent 09e2be8 commit de5087f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • tests/unit_tests/weightwindows

tests/unit_tests/weightwindows/test.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ def model():
9191
# settings
9292
settings = model.settings
9393
settings.run_mode = 'fixed source'
94-
settings.particles = 500
94+
settings.particles = 1000
9595
settings.batches = 2
9696
settings.max_history_splits = 100
9797
settings.photon_transport = True
@@ -202,7 +202,7 @@ def compare_results(particle, analog_tally, ww_tally):
202202

203203
diff = an_source_bin - ww_source_bin
204204

205-
# check that values are within two combined standard deviations
205+
# check that values are within four combined standard deviations
206206
assert abs(diff.nominal_value) / diff.std_dev < 2.0
207207

208208
compare_results('neutron', analog_tally, ww_tally)

0 commit comments

Comments
 (0)