summaryrefslogtreecommitdiffstats
path: root/src/Python/test
diff options
context:
space:
mode:
authorEdoardo Pasca <edo.paskino@gmail.com>2017-10-24 11:27:17 +0100
committerEdoardo Pasca <edo.paskino@gmail.com>2017-10-24 11:27:17 +0100
commit909a7bb4d71bdb14d4e68f42c2297f6154a77ed0 (patch)
tree9c55dcaaafdd8354e7023e2249519e66b34cf5d5 /src/Python/test
parenta11c59651ec125e24371a2049606df0f80f458d0 (diff)
downloadregularization-909a7bb4d71bdb14d4e68f42c2297f6154a77ed0.tar.gz
regularization-909a7bb4d71bdb14d4e68f42c2297f6154a77ed0.tar.bz2
regularization-909a7bb4d71bdb14d4e68f42c2297f6154a77ed0.tar.xz
regularization-909a7bb4d71bdb14d4e68f42c2297f6154a77ed0.zip
use system package
Diffstat (limited to 'src/Python/test')
-rw-r--r--src/Python/test/test_reconstructor.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Python/test/test_reconstructor.py b/src/Python/test/test_reconstructor.py
index 07668ba..377f3cf 100644
--- a/src/Python/test/test_reconstructor.py
+++ b/src/Python/test/test_reconstructor.py
@@ -9,7 +9,7 @@ Based on DemoRD2.m
import h5py
import numpy
-from ccpi.fista.FISTAReconstructor import FISTAReconstructor
+from ccpi.reconstruction.FISTAReconstructor import FISTAReconstructor
import astra
import matplotlib.pyplot as plt