diff options
| author | Edoardo Pasca <edo.paskino@gmail.com> | 2018-09-21 15:39:14 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-09-21 15:39:14 +0100 |
| commit | 5b0077ea9531f5212d82868eeb63a9a574479594 (patch) | |
| tree | 704b8a0b56d1f4428a4115183afc92adab7f6137 /Wrappers/Python | |
| parent | 3948cb31f4de56b91010e70cacdbe117972785e7 (diff) | |
fix import statement
Diffstat (limited to 'Wrappers/Python')
| -rw-r--r-- | Wrappers/Python/ccpi/plugins/regularisers.py | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
