Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ift
NIFTy
Commits
d80fd6a8
Commit
d80fd6a8
authored
May 15, 2017
by
Jakob Knollmueller
Browse files
testing
parent
932b59d3
Pipeline
#12455
failed with stage
in 4 minutes and 41 seconds
Changes
2
Pipelines
1
Show whitespace changes
Inline
Side-by-side
nifty/energies/wiener_filter_energy.py
View file @
d80fd6a8
from
.energy
import
Energy
from
nifty.operators
.curvature_operators
import
WienerFilterCurvature
from
nifty.operators
import
WienerFilterCurvature
class
WienerFilterEnergy
(
Energy
):
"""The Energy for the Wiener filter.
...
...
nifty/operators/__init__.py
View file @
d80fd6a8
...
...
@@ -40,4 +40,4 @@ from composed_operator import ComposedOperator
from
response_operator
import
ResponseOperator
from
curvature_operators
import
*
from
curvature_operators
import
WienerFilterCurvature
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment