Commit 8b4634e0 authored by Taddeus Kroes's avatar Taddeus Kroes

Uncommented negation assertion.

parent 8d6d4788
......@@ -38,7 +38,7 @@ def match_negate_polynome(node):
--a -> a
-(a + b) -> -a - b
"""
#assert node.negated
assert node.negated
p = []
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment