Skip to content

Commit 2cb0853

Browse files
Apply suggestions from code review
Co-authored-by: Tony Alberti <[email protected]>
1 parent a9c75f9 commit 2cb0853

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

armi/reactor/grids/hexagonal.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ def fromPitch(pitch, numRings=25, armiObject=None, pointedEndUp=False, symmetry=
7878
:id: I_ARMI_GRID_HEX
7979
:implements: R_ARMI_GRID_HEX
8080
81-
.. impl:: Hexagonal grids can be tips-up or flats-up.
81+
.. impl:: Hexagonal grids can be points-up or flats-up.
8282
:id: I_ARMI_GRID_HEX_TYPE
8383
:implements: R_ARMI_GRID_HEX_TYPE
8484

armi/reactor/grids/structuredgrid.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ def restoreBackup(self):
290290
self._unitSteps, self._bounds, self._offset = self._backup
291291

292292
def getCoordinates(self, indices, nativeCoords=False) -> numpy.ndarray:
293-
"""Return the coordinates of the center of the mesh cell at the given given indices in cm.
293+
"""Return the coordinates of the center of the mesh cell at the given indices in cm.
294294
295295
.. test:: Get the coordinates from a location in a grid.
296296
:id: I_ARMI_GRID_GLOBAL_POS

armi/reactor/grids/tests/test_grids.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -350,10 +350,10 @@ def test_thirdAndFullSymmetry(self):
350350
self.assertEqual(third.getPositionsInRing(3), 12)
351351
self.assertEqual(third.getSymmetricEquivalents((3, -2)), [(-1, 3), (-2, -1)])
352352

353-
def test_tipsUpFlatsUp(self):
353+
def test_pointsUpFlatsUp(self):
354354
"""Test the pointedEndUp attribute of the fromPitch method.
355355
356-
.. test:: Build a tips-up and a flats-up hexagonal grids.
356+
.. test:: Build a points-up and a flats-up hexagonal grids.
357357
:id: T_ARMI_GRID_HEX_TYPE
358358
:tests: R_ARMI_GRID_HEX_TYPE
359359
"""

0 commit comments

Comments
 (0)