Skip to content

Commit 7140d2a

Browse files
committed
UP my solution
1 parent 3e936d9 commit 7140d2a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

numpy_questions.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ def max_index(X):
3737
If the input is not a numpy array or
3838
if the shape is not 2D.
3939
"""
40-
4140
if not isinstance(X, np.ndarray):
4241
raise ValueError("the input is not a numpy array")
4342
if X.ndim != 2:

0 commit comments

Comments
 (0)