Skip to content

Commit

Permalink
jakes Changes
Browse files Browse the repository at this point in the history
  • Loading branch information
onufer committed Nov 2, 2024
1 parent 0bf30b5 commit 2f0105d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions armi/physics/neutronics/crossSectionGroupManager.py
Original file line number Diff line number Diff line change
Expand Up @@ -1281,7 +1281,7 @@ def createRepresentativeBlocks(self):
else:
runLog.debug(
"No candidate blocks in group for {} (with a valid representative block flag). "
"Will apply different burnup group".format(xsID)
"Will apply different environment group".format(xsID)
)
self._unrepresentedXSIDs.append(xsID)

Expand Down Expand Up @@ -1496,7 +1496,7 @@ def makeCrossSectionGroups(self):
return blockCollectionsByXsGroup

def _getAlternateEnvGroup(self, missingXsType):
"""Get a substitute block to use since there are no blacks with flags for xs gen."""
"""Get a substitute block to use since there are no blocks with flags for xs gen."""
for otherXsID in self.representativeBlocks:
repType, repEnvGroup = otherXsID
if repType == missingXsType:
Expand Down

0 comments on commit 2f0105d

Please sign in to comment.