We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de39402 commit 392dbdaCopy full SHA for 392dbda
test_numpy_questions.py
@@ -10,6 +10,7 @@
10
from numpy_questions import wallis_product, max_index
11
12
13
+
14
def test_max_index():
15
X = np.array([[0, 1], [2, 0]])
16
assert max_index(X) == (1, 0)
0 commit comments