Skip to content

Commit

Permalink
Update python/tests/rd_tests/test_grid.py
Browse files Browse the repository at this point in the history
Co-authored-by: Zohar Malamant <zom@equinor.com>
  • Loading branch information
eivindjahren and pinkwah committed Apr 23, 2024
1 parent 8e4de60 commit 7b6da87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/tests/rd_tests/test_grid.py
Expand Up @@ -222,7 +222,7 @@ def test_posXYEdge(self):

def test_dims(self):
grid = GridGen.createRectangular((10, 20, 30), (1, 1, 1))
self.assertEqual(grid.get_global_index1F(0), -1)
self.assertEqual(grid.get_global_index1F(0), None)
self.assertEqual(grid.getNX(), 10)
self.assertEqual(grid.getNY(), 20)
self.assertEqual(grid.getNZ(), 30)
Expand Down

0 comments on commit 7b6da87

Please sign in to comment.