Skip to content
Snippets Groups Projects
Commit 03e99c4a authored by angloth's avatar angloth
Browse files

add newline to end of file to test core operations

parent a027a03a
No related branches found
No related tags found
1 merge request!11Resolve "Add AbstractPort" and "Change Port ID to Port Index"
...@@ -226,4 +226,4 @@ def test_constantdivision_negative(): ...@@ -226,4 +226,4 @@ def test_constantdivision_negative():
def test_constantdivision_complex(): def test_constantdivision_complex():
test_operation = ConstantDivision(2+2j) test_operation = ConstantDivision(2+2j)
constant_operation = Constant((10+10j)) constant_operation = Constant((10+10j))
assert test_operation.evaluate(constant_operation.evaluate()) == (5+0j) assert test_operation.evaluate(constant_operation.evaluate()) == (5+0j)
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment