Skip to content

Commit

Permalink
increase gp's initial stacksize to 3*10^6 in a long test
Browse files Browse the repository at this point in the history
  • Loading branch information
dimpase authored Mar 28, 2023
1 parent b28a47d commit fbbc3d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sage/interfaces/gp.py
Original file line number Diff line number Diff line change
Expand Up @@ -615,7 +615,7 @@ def _next_var_name(self):
The vector of results is correctly resized when the stack has
to be enlarged during this operation::
sage: g = Gp(stacksize=10^4,init_list_length=12000) # long time
sage: g = Gp(stacksize=3*10^6,init_list_length=12000) # long time
sage: for n in [1..13000]: # long time
....: a = g(n) # long time
sage: g('length(sage)') # long time
Expand Down

0 comments on commit fbbc3d5

Please sign in to comment.