Skip to content
GitLab
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
eaeab258
Commit
eaeab258
authored
Sep 30, 2016
by
theos
Browse files
Changed naming from SmoothOperator to SmoothingOperator
parent
ecd57ab2
Changes
4
Hide whitespace changes
Inline
Side-by-side
nifty/operators/__init__.py
View file @
eaeab258
...
...
@@ -27,7 +27,7 @@ from diagonal_operator import DiagonalOperator
from
endomorphic_operator
import
EndomorphicOperator
from
smooth_operator
import
SmoothOperator
from
smooth
ing
_operator
import
Smooth
ing
Operator
from
fft_operator
import
*
...
...
nifty/operators/smooth_operator/__init__.py
deleted
100644 → 0
View file @
ecd57ab2
from
smooth_operator
import
SmoothOperator
nifty/operators/smoothing_operator/__init__.py
0 → 100644
View file @
eaeab258
from
smoothing_operator
import
SmoothingOperator
nifty/operators/smooth_operator/smooth_operator.py
→
nifty/operators/smooth
ing
_operator/smooth
ing
_operator.py
View file @
eaeab258
...
...
@@ -7,7 +7,7 @@ from nifty.operators.endomorphic_operator import EndomorphicOperator
from
nifty.operators.fft_operator
import
FFTOperator
class
SmoothOperator
(
EndomorphicOperator
):
class
Smooth
ing
Operator
(
EndomorphicOperator
):
# ---Overwritten properties and methods---
def
__init__
(
self
,
domain
=
(),
field_type
=
(),
sigma
=
None
):
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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