From d2e479924cef0953f6f2ad03161da50175019140 Mon Sep 17 00:00:00 2001 From: Eloi Torrents Date: Sat, 5 Oct 2024 10:14:00 +0200 Subject: [PATCH] Update src/sage/interfaces/magma_free.py Co-authored-by: Vincent Macri --- src/sage/interfaces/magma_free.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/sage/interfaces/magma_free.py b/src/sage/interfaces/magma_free.py index 5c747774aab..876487349b2 100644 --- a/src/sage/interfaces/magma_free.py +++ b/src/sage/interfaces/magma_free.py @@ -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::