Skip to content

Commit

Permalink
Thanks, Chris!
Browse files Browse the repository at this point in the history
  • Loading branch information
john-science committed Oct 25, 2022
1 parent 65f1578 commit 5cd4201
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion armi/reactor/blocks.py
Expand Up @@ -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!"
)
Expand Down

0 comments on commit 5cd4201

Please sign in to comment.