We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d31f7ef commit 638ba2eCopy full SHA for 638ba2e
numpy_questions.py
@@ -37,7 +37,7 @@ def max_index(X):
37
If the input is not a numpy array or
38
if the shape is not 2D.
39
"""
40
- i = 0
+ i = 1
41
j = 0
42
43
# TODO
0 commit comments