From 6ced897c7e8e579b5953b18998a74e96f0c8f037 Mon Sep 17 00:00:00 2001 From: leroso Date: Sat, 15 Nov 2025 09:26:49 +0100 Subject: [PATCH 1/3] First Commit --- students.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/students.txt b/students.txt index d358425e..1cb639c2 100644 --- a/students.txt +++ b/students.txt @@ -81,7 +81,7 @@ Seugnet Alec Singh Ayush Smith Oliver X Söhnchen Vincent X -Soro Nangounon Mohamed +Soro Nangounon Mohamed X Storp Anais X Sudhir Anirudh Karat X Sultan Sacha From 7e4824dde2ba53202ed51623e952756fe55b8de4 Mon Sep 17 00:00:00 2001 From: leroso Date: Sat, 15 Nov 2025 09:35:50 +0100 Subject: [PATCH 2/3] first commit --- numpy_questions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/numpy_questions.py b/numpy_questions.py index 21fcec4b..e6931d53 100644 --- a/numpy_questions.py +++ b/numpy_questions.py @@ -15,7 +15,7 @@ This will be enforced with `flake8`. You can check that there is no flake8 errors by calling `flake8` at the root of the repo. """ -import numpy as np +#import numpy as np def max_index(X): From 8ddbaa56c4cfd84d679133925a14680ddb90c251 Mon Sep 17 00:00:00 2001 From: leroso Date: Sat, 15 Nov 2025 09:55:13 +0100 Subject: [PATCH 3/3] First Commit --- numpy_questions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/numpy_questions.py b/numpy_questions.py index e6931d53..21fcec4b 100644 --- a/numpy_questions.py +++ b/numpy_questions.py @@ -15,7 +15,7 @@ This will be enforced with `flake8`. You can check that there is no flake8 errors by calling `flake8` at the root of the repo. """ -#import numpy as np +import numpy as np def max_index(X):