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
646ccaa7
Commit
646ccaa7
authored
Mar 11, 2020
by
Philipp Arras
Browse files
Fix
parent
ff60f5ba
Pipeline
#70634
passed with stages
in 17 minutes and 55 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
nifty6/operators/operator.py
View file @
646ccaa7
...
...
@@ -180,7 +180,7 @@ class Operator(metaclass=NiftyMeta):
def
force
(
self
,
x
):
"""Extract subset of domain of x according to `self.domain` and apply
operator."""
return
self
.
apply
(
x
.
extract
(
self
.
domain
)
,
0
)
return
self
.
apply
(
x
.
extract
(
self
.
domain
))
def
_check_input
(
self
,
x
):
from
..linearization
import
Linearization
...
...
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