Skip to content

Commit

Permalink
black formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
albeanth committed Apr 19, 2024
1 parent 80781b6 commit da048ef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -171,7 +171,7 @@ def _determineLinked(componentA, componentB):
Notes
-----
- Requires that shapes have the getCircleInnerDiameter and getBoundingCircleOuterDiameter defined
- For axial linkage to be True, components MUST be solids, the same Component Class, multiplicity, and meet
- For axial linkage to be True, components MUST be solids, the same Component Class, multiplicity, and meet
inner and outer diameter requirements.
- When component dimensions are retrieved, cold=True to ensure that dimensions are evaluated
at cold/input temperatures. At temperature, solid-solid interfaces in ARMI may produce
Expand Down
Expand Up @@ -333,7 +333,7 @@ def axiallyExpandAssembly(self):
b.p.z = b.p.zbottom + b.getHeight() / 2.0

self._checkBlockHeight(b)
# call component.clearCache to update the component volume,
# call component.clearCache to update the component volume,
# and therefore the masses, of all solid components.
for c in getSolidComponents(b):
c.clearCache()
Expand Down

0 comments on commit da048ef

Please sign in to comment.