Skip to content
Snippets Groups Projects
Commit 58f4272f authored by Kevin's avatar Kevin
Browse files

new line at end of file

parent 98d68c64
Branches
No related tags found
1 merge request!44Resolve "Operation Replacement in a SFG"
Pipeline #14844 passed
This commit is part of merge request !44. Comments created here will be created in the context of that merge request.
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment