Skip to content
Snippets Groups Projects

Resolve "Operation Replacement in a SFG"

Closed Kevin Scott requested to merge 17-operation-replacement-in-a-sfg into develop
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -162,4 +162,4 @@ class TestButterfly:
def test_buttefly_complex(self):
test_operation = Butterfly()
assert test_operation.evaluate_output(0, [2+1j, 3-2j]) == 5-1j
assert test_operation.evaluate_output(1, [2+1j, 3-2j]) == -1+3j
\ No newline at end of file
assert test_operation.evaluate_output(1, [2+1j, 3-2j]) == -1+3j
Loading