Re: [sage-devel] RecursionError: maximum recursion depth exceeded during compilation

2020-12-15 Thread Richard_L
Thanks. On Tuesday, December 15, 2020 at 10:02:12 AM UTC-8 Michael Orlitzky wrote: > On 10/1/20 6:05 PM, Richard_L wrote: > > I get the above message when I ask SageMath 9.1 to swallow a large > > expression (attached file). Is anyone else seeing this message? > > > > All variables are

Re: [sage-devel] RecursionError: maximum recursion depth exceeded during compilation

2020-12-15 Thread Michael Orlitzky
On 10/1/20 6:05 PM, Richard_L wrote: I get the above message when I ask SageMath 9.1 to swallow a large expression (attached file). Is anyone else seeing this message? All variables are declared real. The message did not show up until I started using 9.1 I tracked this down to a

[sage-devel] RecursionError: maximum recursion depth exceeded during compilation

2020-10-01 Thread Richard_L
I get the above message when I ask SageMath 9.1 to swallow a large expression (attached file). Is anyone else seeing this message? All variables are declared real. The message did not show up until I started using 9.1 For now, my workaround is to raise the recursion limit: import sys