From 10d0b08144d48e604e384381da2c7cc9f94ecba8 Mon Sep 17 00:00:00 2001 From: Matthieu Muller <matthieu.muller@gipsa-lab.grenoble-inp.fr> Date: Thu, 9 Nov 2023 17:48:51 +0100 Subject: [PATCH] Small import fix --- src/reconstruct.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/reconstruct.py b/src/reconstruct.py index 9890968..85d8e39 100755 --- a/src/reconstruct.py +++ b/src/reconstruct.py @@ -10,7 +10,7 @@ from src.forward_model import CFA # Import the files needed for the reconstruction like: # from src.file import function_1 -from src.demo_reconstructions import naive_interpolation +from demo_reconstruction import naive_interpolation def run_reconstruction(y: np.ndarray, cfa: str) -> np.ndarray: -- GitLab