Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Tony Alberti <[email protected]>
  • Loading branch information
drewj-tp and albeanth authored Sep 17, 2024
1 parent 9dbbca2 commit c5185af
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions armi/plugins.py
Original file line number Diff line number Diff line change
Expand Up @@ -669,12 +669,11 @@ def defineSystemBuilders() -> Dict[str, Callable[[str], "Composite"]]:
@staticmethod
@HOOKSPEC(firstresult=True)
def getAxialExpansionChanger() -> type["AxialExpansionChanger"]:
"""Produce the class responsible for performing thermal axial expansion.
"""Produce the class responsible for performing axial expansion.
Plugins can provide this hook to override or negate axial thermal expansion.
Plugins can provide this hook to override or negate axial expansion.
Will be used during initial construction of the core and assemblies, and
can be a standard class for performing all the thermally driven axial
expansion.
can be a class to perform custom axial expansion routines.
The first object returned that is not ``None`` will be used.
Plugins are encouraged to add the ``tryfirst=True`` arguments to their
Expand Down

0 comments on commit c5185af

Please sign in to comment.