mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 14:15:42 -04:00
Fixed failing tests
This commit is contained in:
parent
baad6cf274
commit
d125bf5bd5
1 changed files with 1 additions and 1 deletions
|
|
@ -327,7 +327,7 @@ class Material(object):
|
|||
|
||||
# Ensureno nuclides, elements, or sab are added since these would be
|
||||
# incompatible with macroscopics
|
||||
if (not. self._nuclides) and (not self._elements) and (not self._sab):
|
||||
if (not self._nuclides) and (not self._elements) and (not self._sab):
|
||||
msg = 'Unable to add a Macroscopic data set to Material ID="{0}" ' \
|
||||
'with a macroscopic value "{1}" as an incompatible data ' \
|
||||
'member (i.e., nuclide, element, or S(a,b) table) ' \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue