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
f8383a88
Commit
f8383a88
authored
May 15, 2017
by
Jakob Knollmueller
Browse files
resolved dependency issue
parent
d80fd6a8
Pipeline
#12471
passed with stage
in 5 minutes and 2 seconds
Changes
9
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
nifty/__init__.py
View file @
f8383a88
...
...
@@ -54,6 +54,8 @@ from operators import *
from
probing
import
*
from
library
import
*
from
sugar
import
*
import
plotting
nifty/energies/__init__.py
View file @
f8383a88
...
...
@@ -19,4 +19,3 @@
from
energy
import
Energy
from
line_energy
import
LineEnergy
from
memoization
import
memo
from
wiener_filter_energy
import
WienerFilterEnergy
nifty/library/__init__.py
0 → 100644
View file @
f8383a88
from
operator_library
import
*
from
energy_library
import
*
nifty/library/energy_library/__init__.py
0 → 100644
View file @
f8383a88
from
wiener_filter_energy
import
WienerFilterEnergy
\ No newline at end of file
nifty/
energies
/wiener_filter_energy.py
→
nifty/
library/energy_library
/wiener_filter_energy.py
View file @
f8383a88
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.
...
...
nifty/library/operator_library/__init__.py
0 → 100644
View file @
f8383a88
from
wiener_filter_curvature
import
WienerFilterCurvature
\ No newline at end of file
nifty/
operators/curvature_operators
/wiener_filter_curvature.py
→
nifty/
library/operator_library
/wiener_filter_curvature.py
View file @
f8383a88
File moved
nifty/operators/__init__.py
View file @
f8383a88
...
...
@@ -39,5 +39,3 @@ from propagator_operator import HarmonicPropagatorOperator
from
composed_operator
import
ComposedOperator
from
response_operator
import
ResponseOperator
from
curvature_operators
import
WienerFilterCurvature
nifty/operators/curvature_operators/__init__.py
deleted
100644 → 0
View file @
d80fd6a8
from
wiener_filter_curvature
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