Skip to content
Snippets Groups Projects
Commit 7e1673f3 authored by Kevin's avatar Kevin
Browse files

merge

parents 6a162f57 37d6eb81
No related branches found
No related tags found
1 merge request!25Resolve "System tests iteration 1"
Pipeline #13439 failed
This commit is part of merge request !25. Comments created here will be created in the context of that merge request.
...@@ -192,7 +192,7 @@ class ConstantMultiplication(AbstractOperation): ...@@ -192,7 +192,7 @@ class ConstantMultiplication(AbstractOperation):
TODO: More info. TODO: More info.
""" """
def __init__(self, value: Number, src0: Optional[SignalSourceProvider] = None, name: Name = ""): def __init__(self, value: Number = 0, src0: Optional[SignalSourceProvider] = None, name: Name = ""):
super().__init__(input_count = 1, output_count = 1, name = name, input_sources = [src0]) super().__init__(input_count = 1, output_count = 1, name = name, input_sources = [src0])
self.set_param("value", value) self.set_param("value", value)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment