OpenMath / py-openmath

An OpenMath 2.0 implementation in Python
MIT License
15 stars 4 forks source link

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

Open tkw1536 opened 4 years ago

tkw1536 commented 4 years ago

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 "+".

tkw1536 commented 4 years ago

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