From 41a0fc464dca78926690aae5efdce9a1b64aef72 Mon Sep 17 00:00:00 2001
From: Schneider Leo <leo.schneider@etu.ec-lyon.fr>
Date: Wed, 11 Jun 2025 11:07:01 +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 1c1b658..67718f7 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
 
 
-from image_processing.build_image import build_image_ms1_wiff, build_image_ms1_wiff_charge_filtered, build_image_ms1_wiff_charge_filtered_apex_only
+from build_image import build_image_ms1_wiff_charge_filtered, build_image_ms1_wiff_charge_filtered_apex_only
 
 """
 find . -name '*.mzML' -exec cp -prv '{}' '/home/leo/PycharmProjects/pseudo_image/data/raw_data' ';'
-- 
GitLab