Python throws RuntimeError: maximum recursion depth exceeded spuriously when Rabbit functions recurse a lot. Possible solution would be to simply decrease the number of Python functions used in calculating, but that would only increase the Rabbit recursion depth limit (as imposed by Python) not remove it entirely, as is true for well-crafted Python code.
Python throws
RuntimeError: maximum recursion depth exceeded
spuriously when Rabbit functions recurse a lot. Possible solution would be to simply decrease the number of Python functions used in calculating, but that would only increase the Rabbit recursion depth limit (as imposed by Python) not remove it entirely, as is true for well-crafted Python code.