Skip to content

Commit

Permalink
fix duplicate test name
Browse files Browse the repository at this point in the history
  • Loading branch information
apdavison committed Apr 5, 2023
1 parent bee553d commit 4df8348
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion quantities/tests/test_methods.py
Expand Up @@ -185,7 +185,7 @@ def test_argmin(self):
self.assertQuantityEqual(ret, [0, 0])
self.assertEqual(ret.ctypes.data, out.ctypes.data)

def test_nanargmax(self):
def test_nanargmin(self):
q = np.append(self.q, np.nan) * self.q.units
self.assertEqual(self.q.nanargmin(), 0)

Expand Down

0 comments on commit 4df8348

Please sign in to comment.