Procházet zdrojové kódy

reduce maximum number of rewrite steps to 30.

Sander Mathijs van Veen před 13 roky
rodič
revize
61885a11ce
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      src/parser.py

+ 1 - 1
src/parser.py

@@ -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