Skip to content

Commit 638ba2e

Browse files
committed
first commit
1 parent d31f7ef commit 638ba2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

numpy_questions.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ def max_index(X):
3737
If the input is not a numpy array or
3838
if the shape is not 2D.
3939
"""
40-
i = 0
40+
i = 1
4141
j = 0
4242

4343
# TODO

0 commit comments

Comments
 (0)