Skip to content
Snippets Groups Projects
Commit 3c426b11 authored by Philipp Arras's avatar Philipp Arras
Browse files

Add todos

parent 80c57b11
No related branches found
No related tags found
No related merge requests found
Pipeline #39852 failed
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment