mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 14:15:42 -04:00
Update tests/regression_tests/mgxs_library_specific_nuclides/test.py
Remove double spaces at MGXS types in a test Co-authored-by: Paul Romano <paul.k.romano@gmail.com>
This commit is contained in:
parent
00657ccf87
commit
ff9d2283c4
1 changed files with 3 additions and 3 deletions
|
|
@ -25,9 +25,9 @@ class MGXSTestHarness(PyAPITestHarness):
|
|||
# openmc.mgxs.ARBITRARY_MATRIX_TYPES so we can see the code works,
|
||||
# but not use too much resources
|
||||
relevant_MGXS_TYPES += [
|
||||
"(n,elastic)", "(n,level)", "(n,2n)", "(n,na)", "(n,nc)",
|
||||
"(n,gamma)", "(n,a)", "(n,Xa)", "heating", "damage-energy",
|
||||
"(n,n1)", "(n,a0)", "(n,nc) matrix", "(n,n1) matrix",
|
||||
"(n,elastic)", "(n,level)", "(n,2n)", "(n,na)", "(n,nc)",
|
||||
"(n,gamma)", "(n,a)", "(n,Xa)", "heating", "damage-energy",
|
||||
"(n,n1)", "(n,a0)", "(n,nc) matrix", "(n,n1) matrix",
|
||||
"(n,2n) matrix"]
|
||||
self.mgxs_lib.mgxs_types = tuple(relevant_MGXS_TYPES)
|
||||
self.mgxs_lib.energy_groups = energy_groups
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue