reduce maximum number of rewrite steps to 30.

parent 4052ad84
......@@ -29,7 +29,7 @@ import re
# Rewriting an expression is stopped after this number of steps is passed.
MAXIMUM_REWRITE_STEPS = 100
MAXIMUM_REWRITE_STEPS = 30
# Check for n-ary operator in child nodes
......
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