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
93daee2e
Commit
93daee2e
authored
Jun 26, 2018
by
Reimar H Leike
Browse files
fixed typo
parent
7b44edcc
Pipeline
#31854
passed with stages
in 4 minutes and 3 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
nifty5/models/linear_model.py
View file @
93daee2e
...
@@ -24,7 +24,7 @@ class LinearModel(Model):
...
@@ -24,7 +24,7 @@ class LinearModel(Model):
"""
"""
Computes lin_op(inp) where lin_op is a Linear Operator
Computes lin_op(inp) where lin_op is a Linear Operator
"""
"""
from
..operators.linear_opera
r
or
import
LinearOperator
from
..operators.linear_opera
t
or
import
LinearOperator
super
(
LinearModel
,
self
).
__init__
(
inp
.
position
)
super
(
LinearModel
,
self
).
__init__
(
inp
.
position
)
if
not
isinstance
(
lin_op
,
LinearOperator
):
if
not
isinstance
(
lin_op
,
LinearOperator
):
...
...
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