Skip to content

Commit 04040d8

Browse files
UP my solution
1 parent 35e2309 commit 04040d8

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
@@ -40,7 +40,6 @@ def max_index(X):
4040
i = 0
4141
j = 0
4242

43-
# Validate input
4443
if not isinstance(X, np.ndarray):
4544
raise ValueError("Input must be a numpy array")
4645
if X.ndim != 2:

0 commit comments

Comments
 (0)