Skip to content

Commit 392dbda

Browse files
committed
UP my solution
1 parent de39402 commit 392dbda

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test_numpy_questions.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
from numpy_questions import wallis_product, max_index
1111

1212

13+
1314
def test_max_index():
1415
X = np.array([[0, 1], [2, 0]])
1516
assert max_index(X) == (1, 0)

0 commit comments

Comments
 (0)