Add minor comment

This commit is contained in:
Shikhar Kumar 2020-06-02 12:29:11 -04:00
parent 961efe5614
commit f404ffb20b

View file

@ -346,6 +346,8 @@ def test_set_n_batches(lib_run):
# n_active should have been overwritten from 5 to 15
assert openmc.lib.num_realizations() == 15
# Ensure statepoint created at new value of n_batches
assert os.path.exists('statepoint.20.h5')