Skip to content

Commit

Permalink
Call out HexBlock not Block in rotate tests
Browse files Browse the repository at this point in the history
Co-authored-by: John Stilley <[email protected]>
  • Loading branch information
drewj-tp and john-science authored Sep 19, 2024
1 parent d7feb0f commit 61fabbb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions armi/reactor/tests/test_blocks.py
Original file line number Diff line number Diff line change
Expand Up @@ -1770,10 +1770,9 @@ class BlockRotateTests(unittest.TestCase):
*. ``8`` (ring, pos) = (3, 1)
*. ...
When we rotate a block a single 60 degree rotation counter clock wise,
When we rotate a HexBlock a single 60 degree rotation counter clock wise,
the data that was originally at (r, p) = (2, 1) is now at (r, p) = (2, 2)
and should be at index ``2`` in the post-rotated array.
"""

def setUp(self):
Expand Down

0 comments on commit 61fabbb

Please sign in to comment.