diff options
-rw-r--r-- | Wrappers/Python/wip/simple_demo.py | 2 | ||||
-rw-r--r-- | Wrappers/Python/wip/simple_demo_tv.py (renamed from Wrappers/Python/test/simple_demo_tv.py) | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/Wrappers/Python/wip/simple_demo.py b/Wrappers/Python/wip/simple_demo.py index 21796b8..da617c1 100644 --- a/Wrappers/Python/wip/simple_demo.py +++ b/Wrappers/Python/wip/simple_demo.py @@ -2,7 +2,7 @@ #sys.path.append("..") from ccpi.framework import VolumeData -from ccpi.reconstruction.algs import FISTA +from ccpi.reconstruction.algs import * from ccpi.reconstruction.funcs import Norm2sq, Norm1 from ccpi.reconstruction.astra_ops import AstraProjectorSimple from ccpi.reconstruction.geoms import VolumeGeometry, SinogramGeometry diff --git a/Wrappers/Python/test/simple_demo_tv.py b/Wrappers/Python/wip/simple_demo_tv.py index 0ae550a..0ae550a 100644 --- a/Wrappers/Python/test/simple_demo_tv.py +++ b/Wrappers/Python/wip/simple_demo_tv.py |