From d5df00890817c28a82949c07bb62a66ea35c36f0 Mon Sep 17 00:00:00 2001
From: bnorgaard <boris.norgaard@uclouvain.be>
Date: Thu, 15 Feb 2024 15:51:58 +0100
Subject: [PATCH] remove TP

---
 docs/source/sentinel_2/s2_prepro.ipynb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/source/sentinel_2/s2_prepro.ipynb b/docs/source/sentinel_2/s2_prepro.ipynb
index a02db96..9af4da5 100755
--- a/docs/source/sentinel_2/s2_prepro.ipynb
+++ b/docs/source/sentinel_2/s2_prepro.ipynb
@@ -67,7 +67,7 @@
     "computer_path = '/export/miro/ndeffense/LBRAT2104/'\n",
     "grp_nb        = '99'\n",
     "\n",
-    "work_path = f'{computer_path}STUDENTS/GROUP_{grp_nb}/TP/'  # Directory for all your work files\n",
+    "work_path = f'{computer_path}STUDENTS/GROUP_{grp_nb}/'  # Directory for all your work files\n",
     "data_path = f'{computer_path}data/'                        # Directory for data shared by the assistant\n",
     "\n",
     "roi_path = f'{work_path}ROI/'\n",
-- 
GitLab