From 37d0935c5631755732809d9bb4d52279a68056bb Mon Sep 17 00:00:00 2001 From: mmatera Date: Mon, 21 Oct 2024 09:23:11 -0300 Subject: [PATCH] fixing check manifest --- mathics/builtin/numbers/constants.py | 1 + 1 file changed, 1 insertion(+) diff --git a/mathics/builtin/numbers/constants.py b/mathics/builtin/numbers/constants.py index e7833c371..2f4e4a1d6 100644 --- a/mathics/builtin/numbers/constants.py +++ b/mathics/builtin/numbers/constants.py @@ -757,6 +757,7 @@ class Underflow(Builtin): val = instance.get_constant() NUMERICAL_CONSTANTS[instance.symbol] = MachineReal(val.value) +# Remove these variables to prevent errors in the SYMBOL_MANIFEST check. del cls del instance del val