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
3dc1ba04
Commit
3dc1ba04
authored
Jun 13, 2017
by
Theo Steininger
Browse files
Bugfix: ComposedOperator now uses the default_spaces attribute.
parent
69792e0f
Pipeline
#13619
passed with stages
in 11 minutes and 16 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
nifty/operators/composed_operator/composed_operator.py
View file @
3dc1ba04
...
...
@@ -96,6 +96,8 @@ class ComposedOperator(LinearOperator):
is not easily forecasteable what the output of an operator-call
will look like.
"""
if
spaces
is
None
:
spaces
=
self
.
default_spaces
return
spaces
# ---Mandatory properties and methods---
...
...
Write
Preview
Markdown
is supported
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