Skip to content

Commit

Permalink
Update armi/physics/neutronics/crossSectionGroupManager.py
Browse files Browse the repository at this point in the history
Co-authored-by: Michael Jarrett <[email protected]>
  • Loading branch information
onufer and mgjarrett authored Oct 30, 2024
1 parent 68beaf3 commit 53ec158
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion armi/physics/neutronics/crossSectionGroupManager.py
Original file line number Diff line number Diff line change
Expand Up @@ -1082,7 +1082,7 @@ def _addXsGroupsFromBlocks(self, blockCollectionsByXsGroup, blockList):
xsSettings = self._initializeXsID(xsID)
if (
self.cs["tempGroups"]
and xsSettings["xsBlockRepresentation"] == MEDIAN_BLOCK_COLLECTION
and xsSettings.blockRepresentation == MEDIAN_BLOCK_COLLECTION
):
runLog.warning(
"Median block currently only consider median burnup block, and "
Expand Down

0 comments on commit 53ec158

Please sign in to comment.