From 1b3a93a8dfd171f77084baebd67548564abdf269 Mon Sep 17 00:00:00 2001 From: Matthieu Muller <matthieu.muller@gipsa-lab.grenoble-inp.fr> Date: Thu, 1 Feb 2024 16:01:47 +0100 Subject: [PATCH] Solved an import --- src/methods/Chardon_tom/reconstruct.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/methods/Chardon_tom/reconstruct.py b/src/methods/Chardon_tom/reconstruct.py index d64ad22..6f12678 100644 --- a/src/methods/Chardon_tom/reconstruct.py +++ b/src/methods/Chardon_tom/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.chardon_tom.utils import * +from src.methods.Chardon_tom.utils import * import pywt #!!!!!!!! It is normal that the reconstructions lasts several minutes (3min on my computer) -- GitLab