From 80cf94b1dbd576dd0899aa9efb9590439750518e Mon Sep 17 00:00:00 2001
From: Matthieu Muller <matthieu.muller@gipsa-lab.grenoble-inp.fr>
Date: Wed, 31 Jan 2024 10:36:22 +0100
Subject: [PATCH] Fixed some imports

---
 src/methods/digeronimo/reconstruct.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/methods/digeronimo/reconstruct.py b/src/methods/digeronimo/reconstruct.py
index 7861be2..f39b522 100755
--- a/src/methods/digeronimo/reconstruct.py
+++ b/src/methods/digeronimo/reconstruct.py
@@ -7,7 +7,7 @@ Students can call their functions (declared in others files of src/methods/your_
 import numpy as np
 
 from src.forward_model import CFA
-from src.methods.template.somefunc import spectral_difference, normalization, quad_bayer_to_bayer_pattern, quad_bayer_to_bayer_image, bilinear_interpolation
+from src.methods.digeronimo.somefunc import spectral_difference, normalization, quad_bayer_to_bayer_pattern, quad_bayer_to_bayer_image, bilinear_interpolation
 
 
 def run_reconstruction(y: np.ndarray, cfa: str) -> np.ndarray:
-- 
GitLab