Skip to content
Snippets Groups Projects
Commit e8a68a4c authored by Jacob Wahlman's avatar Jacob Wahlman :ok_hand:
Browse files

merged w/ latest develop

parents 0cc2c7f0 37d6eb81
No related branches found
No related tags found
1 merge request!22Resolve "Replacing Operations in SFG"
......@@ -192,7 +192,7 @@ class ConstantMultiplication(AbstractOperation):
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])
self.set_param("value", value)
......
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