Skip to content

Commit

Permalink
first commit
Browse files Browse the repository at this point in the history
  • Loading branch information
plcrodrigues committed Dec 16, 2024
1 parent d31f7ef commit 638ba2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion numpy_questions.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ def max_index(X):
If the input is not a numpy array or
if the shape is not 2D.
"""
i = 0
i = 1
j = 0

# TODO
Expand Down

0 comments on commit 638ba2e

Please sign in to comment.