Skip to content

Commit ee8d1e3

Browse files
Pauline ZhouPauline Zhou
Pauline Zhou
authored and
Pauline Zhou
committed
UP my solution
1 parent 5eb1345 commit ee8d1e3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

numpy_questions.py

-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ def max_index(X):
4040
i = 0
4141
j = 0
4242

43-
# TODO
4443
if isinstance(X, np.ndarray) == False:
4544
raise ValueError("The input is not a numpy array")
4645

0 commit comments

Comments
 (0)