jverzani / SymPyCore.jl

Package to help connect Julia with the SymPy library of Python
https://jverzani.github.io/SymPyCore.jl/
MIT License
5 stars 4 forks source link

fix isless with oo #48

Closed jverzani closed 5 months ago

jverzani commented 5 months ago

For some reason compare fails with -oo < 1. Might need to modify how isless is done.