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
3c426b11
Commit
3c426b11
authored
Jun 27, 2018
by
Philipp Arras
Browse files
Add todos
parent
80c57b11
Pipeline
#39852
failed with stages
in 4 minutes and 26 seconds
Changes
1
Pipelines
152
Hide whitespace changes
Inline
Side-by-side
nifty5/models/binary_helpers.py
View file @
3c426b11
...
...
@@ -32,7 +32,9 @@ def _joint_position(op1, op2):
class
ScalarMul
(
Model
):
def
__init__
(
self
,
factor
,
op
):
# TODO op -> model
super
(
ScalarMul
,
self
).
__init__
(
op
.
position
)
# TODO -> floating
if
not
isinstance
(
factor
,
(
float
,
int
)):
raise
TypeError
...
...
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