-
-
Notifications
You must be signed in to change notification settings - Fork 60
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
session.parse
#858
session.parse
#858
Conversation
improving tests more fixes more tests
…ving unused imports. adding symbols to mathics.core.systemsymbols
…defined constants.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM.
The new Symbols in systemsymbols do not seem to be used anywhere yet. This is in anticipation for possible use in the future? Maybe #859. If so, #859 should be been based off of this and merged to this rather than master.
Not a big deal, just something to keep in mind..
Line 15 of session.py:
import mathics.settings
Looks like it is not used anywhere in the module. It probably could be removed.
adding NUMERIC_CONSTANTS dictionary,
Arithmetic test zero
OK, let me merge this and then I can remove the unused import. |
Adding this method which is handy for low-level tests.
Also,