Skip to content

Commit

Permalink
Clean up.
Browse files Browse the repository at this point in the history
  • Loading branch information
mgjarrett committed Feb 22, 2024
1 parent 235eca4 commit 27d729a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions armi/physics/neutronics/crossSectionGroupManager.py
Expand Up @@ -1019,10 +1019,8 @@ def _addXsGroupsFromBlocks(self, blockCollectionsByXsGroup, blockList):
for b in blockList:
xsID = b.getMicroSuffix()
xsSettings = self._initializeXsID(xsID)
# xsSettings.averageByComponent = True
blockCollectionType = blockCollectionFactory(
xsSettings,
self.r.blueprints.allNuclidesInProblem,
xsSettings, self.r.blueprints.allNuclidesInProblem
)
group = blockCollectionsByXsGroup.get(xsID, blockCollectionType)
group.append(b)
Expand Down

0 comments on commit 27d729a

Please sign in to comment.