From 5b0077ea9531f5212d82868eeb63a9a574479594 Mon Sep 17 00:00:00 2001 From: Edoardo Pasca Date: Fri, 21 Sep 2018 15:39:14 +0100 Subject: fix import statement --- Wrappers/Python/ccpi/plugins/regularisers.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Wrappers/Python') diff --git a/Wrappers/Python/ccpi/plugins/regularisers.py b/Wrappers/Python/ccpi/plugins/regularisers.py index 774107d..d8ba997 100644 --- a/Wrappers/Python/ccpi/plugins/regularisers.py +++ b/Wrappers/Python/ccpi/plugins/regularisers.py @@ -21,7 +21,7 @@ from ccpi.filters import regularisers from ccpi.filters.cpu_regularisers import TV_ENERGY from ccpi.framework import DataContainer -from ccpi.optimisation.ops import Operator +from ccpi.optimisation.funcs import Function import numpy as np -- cgit v1.2.3