Skip to content

Commit

Permalink
Fixing HexBlock docstrings (#1981)
Browse files Browse the repository at this point in the history
  • Loading branch information
drewj-tp authored Oct 28, 2024
1 parent d0f2ef8 commit 7ab064b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion armi/reactor/blocks.py
Original file line number Diff line number Diff line change
Expand Up @@ -2054,7 +2054,7 @@ def rotate(self, rad: float):
:id: I_ARMI_ROTATE_HEX_ORIENTATION
:implements: R_ARMI_ROTATE_HEX_PARAMS
.. imp:: Rotating a hex block updates parameters on the boundary of the hexagon.
.. impl:: Rotating a hex block updates parameters on the boundary of the hexagon.
:id: I_ARMI_ROTATE_HEX_BOUNDARY
:tests: R_ARMI_ROTATE_HEX_PARAMS
Expand Down
2 changes: 1 addition & 1 deletion armi/reactor/tests/test_hexBlockRotate.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ def test_orientationVector(self):
"""Test the z-value in the orientation vector matches rotation.
.. test:: Demonstrate that a HexBlock can be rotated in 60 degree increments.
:id: T_ARMI_ROTATE_HEX
:id: T_ARMI_ROTATE_HEX_BLOCK
:tests: R_ARMI_ROTATE_HEX
.. test:: After rotating a block, the orientation parameter reflects the current rotation.
Expand Down

0 comments on commit 7ab064b

Please sign in to comment.