Closed rocky closed 3 months ago
(These were noticed in working on event tracing)
mathics/builtin/numbers/algebra.py: black changes its autoformatting
mathics/builtin/numbers/algebra.py
mathics/builtin/numbers/numbertheory.py: some linting prefers triples quotes for docstrings
mathics/builtin/numbers/numbertheory.py
mathics/core/convert/sympy.py: use accurate location for singleton class. This reduces unnecessary sympy imports
mathics/core/convert/sympy.py
CHANGES.rst: document recent SetEnvironment addition and GetEnvironment changes
CHANGES.rst
test/builtin/numbers/__init__.py: needed if testing in this directory is done separately.
test/builtin/numbers/__init__.py
(These were noticed in working on event tracing)
mathics/builtin/numbers/algebra.py
: black changes its autoformattingmathics/builtin/numbers/numbertheory.py
: some linting prefers triples quotes for docstringsmathics/core/convert/sympy.py
: use accurate location for singleton class. This reduces unnecessary sympy importsCHANGES.rst
: document recent SetEnvironment addition and GetEnvironment changestest/builtin/numbers/__init__.py
: needed if testing in this directory is done separately.