Skip to content

Commit cea4f04

Browse files
UP solution 2
1 parent fb72a90 commit cea4f04

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

numpy_questions.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,6 @@
1818
errors by calling `flake8` at the root of the repo.
1919
"""
2020

21-
import os
22-
23-
os.chdir(
24-
"/Users/martinsimonoviez/Desktop/IODAA" +
25-
"/cours/datacamp-master/2024-assignment-numpy")
26-
2721

2822
def max_index(X):
2923
"""Return the index of the maximum in a numpy array.

0 commit comments

Comments
 (0)