We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 630c560 commit b1b95c6Copy full SHA for b1b95c6
array_api_tests/test_constants.py
@@ -19,7 +19,7 @@ def assert_0d_float(name: str, x: Array):
19
20
21
@pytest.mark.parametrize("name, n", [("e", math.e), ("pi", math.pi)])
22
-def test_irrational(name, n):
+def test_irrational_numbers(name, n):
23
assert hasattr(xp, name)
24
c = getattr(xp, name)
25
assert_scalar_float(name, c)
0 commit comments