Skip to content

Commit

Permalink
Update src/sage/interfaces/magma_free.py
Browse files Browse the repository at this point in the history
Co-authored-by: Vincent Macri <[email protected]>
  • Loading branch information
Eloitor and vincentmacri authored Oct 5, 2024
1 parent 6406855 commit d2e4799
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/sage/interfaces/magma_free.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,9 @@ def magma_free_eval(code, strip=True, columns=0):
Use the free online MAGMA calculator to evaluate the given
input code and return the answer as a string.
LIMITATIONS: The code must evaluate in at most 120 seconds
.. WARNING::
The code must evaluate in at most 120 seconds
and there is a limitation on the amount of RAM.
EXAMPLES::
Expand Down

0 comments on commit d2e4799

Please sign in to comment.