Skip to content

Commit

Permalink
Merge branch 'tempDep' of https://github.com/terrapower/armi into tem…
Browse files Browse the repository at this point in the history
…pDep
  • Loading branch information
onufer committed Nov 2, 2024
2 parents 2f0105d + e2fab94 commit 3e52acf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion armi/physics/neutronics/crossSectionGroupManager.py
Original file line number Diff line number Diff line change
Expand Up @@ -1531,7 +1531,7 @@ def _modifyUnrepresentedXSIDs(self, blockCollectionsByXsGroup):
else:
runLog.warning(
"No representative blocks with XS type {0} exist in the core. "
"There were also no similar blocks to use"
"There were also no similar blocks to use. "
"These XS cannot be generated and must exist in the working "
"directory or the run will fail.".format(xsID)
)
Expand Down
2 changes: 1 addition & 1 deletion armi/reactor/blockParameters.py
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ def envGroupNum(self, envGroupNum):
"envGroupNum",
units=units.UNITLESS,
description="An integer representation of the environment group "
"(burnup/temperature/etc. environment). linked to envGroup.",
"(burnup/temperature/etc.). linked to envGroup.",
default=0,
setter=envGroupNum,
)
Expand Down

0 comments on commit 3e52acf

Please sign in to comment.