mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-27 21:55:41 -04:00
Update tests/regression_tests/mgxs_library_specific_nuclides/test.py
Co-authored-by: Paul Romano <paul.k.romano@gmail.com>
This commit is contained in:
parent
ff9d2283c4
commit
4e7cae8b98
1 changed files with 1 additions and 1 deletions
|
|
@ -33,7 +33,7 @@ class MGXSTestHarness(PyAPITestHarness):
|
|||
self.mgxs_lib.energy_groups = energy_groups
|
||||
self.mgxs_lib.legendre_order = 3
|
||||
self.mgxs_lib.domain_type = 'material'
|
||||
self.mgxs_lib.nuclides=['U235','Zr90','H1']
|
||||
self.mgxs_lib.nuclides = ['U235', 'Zr90', 'H1']
|
||||
self.mgxs_lib.build_library()
|
||||
|
||||
# Add tallies
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue