Skip to content

Commit

Permalink
Update usages of plotAssemblyTypes
Browse files Browse the repository at this point in the history
  • Loading branch information
keckler committed Dec 10, 2024
1 parent 37e517a commit 71ac816
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
7 changes: 3 additions & 4 deletions armi/bookkeeping/report/reportingUtils.py
Original file line number Diff line number Diff line change
Expand Up @@ -1073,11 +1073,10 @@ def makeCoreAndAssemblyMaps(r, cs, generateFullCoreMap=False, showBlockAxMesh=Tr
report.data.Report.componentWellGroups.insert(-1, assemPlotImage)
assemPlotName = os.path.abspath(f"{core.name}AssemblyTypes{plotNum}.png")
plotting.plotAssemblyTypes(
core.parent.blueprints,
assemPlotName,
assemBatch,
maxAssems=MAX_ASSEMS_PER_ASSEM_PLOT,
blueprints=core.parent.blueprints,
fileName=assemPlotName,
showBlockAxMesh=showBlockAxMesh,
hot=False,
)

# Create radial core map
Expand Down
1 change: 0 additions & 1 deletion armi/reactor/converters/uniformMesh.py
Original file line number Diff line number Diff line change
Expand Up @@ -984,7 +984,6 @@ def plotConvertedReactor(self):
):
assemPlotName = f"{self.convReactor.core.name}AssemblyTypes{plotNum}-rank{armi.MPI_RANK}.png"
plotting.plotAssemblyTypes(
self.convReactor.blueprints,
assemPlotName,
assemBatch,
maxAssems=6,
Expand Down

0 comments on commit 71ac816

Please sign in to comment.