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

define constants to avoid allocations elsewhere #28

Closed jverzani closed 8 months ago

jverzani commented 8 months ago

Annoyingly, we have chicken and egg with new symbol, _pybuiltin. Need to merge this to get tests to run in SymPyPythonCall, then rerun tests...