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
2bc560a9
Commit
2bc560a9
authored
Oct 17, 2017
by
Martin Reinecke
Browse files
remove unused property 'symmetric'
parent
8301906c
Pipeline
#20054
passed with stage
in 4 minutes and 16 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
nifty/operators/laplace_operator.py
View file @
2bc560a9
...
@@ -80,10 +80,6 @@ class LaplaceOperator(EndomorphicOperator):
...
@@ -80,10 +80,6 @@ class LaplaceOperator(EndomorphicOperator):
def
unitary
(
self
):
def
unitary
(
self
):
return
False
return
False
@
property
def
symmetric
(
self
):
return
False
@
property
@
property
def
self_adjoint
(
self
):
def
self_adjoint
(
self
):
return
False
return
False
...
...
nifty/operators/smoothness_operator.py
View file @
2bc560a9
...
@@ -44,10 +44,6 @@ class SmoothnessOperator(EndomorphicOperator):
...
@@ -44,10 +44,6 @@ class SmoothnessOperator(EndomorphicOperator):
def
unitary
(
self
):
def
unitary
(
self
):
return
False
return
False
@
property
def
symmetric
(
self
):
return
False
@
property
@
property
def
self_adjoint
(
self
):
def
self_adjoint
(
self
):
return
False
return
False
...
...
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