Skip to content
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

Properly convert floating point numbers (fixes #31) #33

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

tkw1536
Copy link
Member

@tkw1536 tkw1536 commented May 21, 2020

Previously floating point numbers in exponential notation with a positive exponent were converted to openmath incorrectly. As raised in issue #31 an extra "+" was added in the XML. This PR fixes the issue by removing the "+".

Previously floating point numbers in exponential notation with a
positive exponent were converted to openmath incorrectly. As raised in
issue OpenMath#31 an extra "+" was added in the XML. This commit fixes the issue
by removing the "+".
@tkw1536
Copy link
Member Author

tkw1536 commented May 21, 2020

The failing tests are the result of Python2 tests failing and certain versions being removed from Travis.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant