Fixed failing tests

This commit is contained in:
Adam Nelson 2015-11-14 13:42:23 -05:00
parent baad6cf274
commit d125bf5bd5

View file

@ -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) ' \