Skip to content

Commit

Permalink
Fix the call to plotAssemblyTypes in the doc build
Browse files Browse the repository at this point in the history
  • Loading branch information
keckler committed Dec 10, 2024
1 parent 060d93d commit 9e8b4de
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ def buildSystems():
# build ARMI objects
o = case.initializeOperator()
fig = plotting.plotAssemblyTypes(
case.bp,
list(case.bp.assemblies.values()),
None,
showBlockAxMesh=True,
)
Expand Down

0 comments on commit 9e8b4de

Please sign in to comment.