Skip to content

Commit

Permalink
Update gridBlueprint test
Browse files Browse the repository at this point in the history
  • Loading branch information
youngmit committed Jul 27, 2021
1 parent 4af4599 commit 75daa45
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion armi/reactor/blueprints/tests/test_gridBlueprints.py
Expand Up @@ -242,7 +242,9 @@ def test_simple_read(self):

gridDesign2 = self.grids["sfp"]
_grid = gridDesign2.construct()
self.assertEqual(gridDesign2.gridContents[1, 1], "3")
self.assertEqual(gridDesign2.gridContents[1, 1], "1")
self.assertEqual(gridDesign2.gridContents[0, 0], "3")
self.assertEqual(gridDesign2.gridContents[-1, -1], "3")


class TestRZTGridBlueprint(unittest.TestCase):
Expand Down

0 comments on commit 75daa45

Please sign in to comment.