diff --git a/armi/reactor/blocks.py b/armi/reactor/blocks.py index 8e5dc6595..683631c2a 100644 --- a/armi/reactor/blocks.py +++ b/armi/reactor/blocks.py @@ -447,7 +447,7 @@ def getMicroSuffix(self): xsType = self.p.xsType if len(xsType) == 1: return xsType + bu - elif len(xsType) == 2 and ord(bu) < ord("A"): + elif len(xsType) == 2 and ord(bu) > ord("A"): raise ValueError( f"Use of multiple burnup groups is not allowed with multi-character xs groups!" )