From dfdc2ce6ea96bc0de0452071971874993a71a3cf Mon Sep 17 00:00:00 2001
From: Schneider Leo <leo.schneider@etu.ec-lyon.fr>
Date: Wed, 11 Jun 2025 13:25:45 +0200
Subject: [PATCH] add : image processing on jz

---
 image_processing/build_dataset.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/image_processing/build_dataset.py b/image_processing/build_dataset.py
index 481ad60..57e8ccc 100644
--- a/image_processing/build_dataset.py
+++ b/image_processing/build_dataset.py
@@ -7,7 +7,7 @@ import numpy as np
 import matplotlib.image as mpimg
 import sys
 
-sys.path.append('../pyRawMSDataReader')
+sys.path.append(os.getcwd())
 from pyRawMSDataReader.pyRawMSDataReader.WiffFileReader_py import WiffFileReader
 
 
-- 
GitLab