Skip to content
Snippets Groups Projects
Commit f8383a88 authored by Jakob Knollmueller's avatar Jakob Knollmueller
Browse files

resolved dependency issue

parent d80fd6a8
No related branches found
No related tags found
1 merge request!120Working on demos
Pipeline #
......@@ -54,6 +54,8 @@ from operators import *
from probing import *
from library import *
from sugar import *
import plotting
......@@ -19,4 +19,3 @@
from energy import Energy
from line_energy import LineEnergy
from memoization import memo
from wiener_filter_energy import WienerFilterEnergy
from operator_library import *
from energy_library import *
from wiener_filter_energy import WienerFilterEnergy
\ No newline at end of file
from .energy import Energy
from nifty.operators import WienerFilterCurvature
from nifty.energies.energy import Energy
from nifty.library.operator_library import WienerFilterCurvature
class WienerFilterEnergy(Energy):
"""The Energy for the Wiener filter.
......
from wiener_filter_curvature import WienerFilterCurvature
\ No newline at end of file
......@@ -39,5 +39,3 @@ from propagator_operator import HarmonicPropagatorOperator
from composed_operator import ComposedOperator
from response_operator import ResponseOperator
from curvature_operators import WienerFilterCurvature
from wiener_filter_curvature import WienerFilterCurvature
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment