JuliaPy / SymPy.jl

Julia interface to SymPy via PyCall
http://juliapy.github.io/SymPy.jl/
MIT License
266 stars 61 forks source link

fix `SymPySymbolicUtilsExt` extension #516

Closed t-bltg closed 11 months ago

t-bltg commented 11 months ago

Fix https://github.com/JuliaPy/SymPy.jl/issues/515.

Extensions (weak dependencies) should be tested in CI by adding a using <weak dependencies> to runtests.jl in order to trigger extension loading.

cc @jverzani, please merge & tag asap ? Thanks.

codecov-commenter commented 11 months ago

Codecov Report

Patch and project coverage have no change.

Comparison is base (618eb38) 56.05% compared to head (ac811e5) 56.05%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #516 +/- ## ======================================= Coverage 56.05% 56.05% ======================================= Files 20 20 Lines 1247 1247 ======================================= Hits 699 699 Misses 548 548 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

jverzani commented 11 months ago

Thank you. Sorry about this.

t-bltg commented 11 months ago

Thanks !