JuliaPy / SymPy.jl

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

fix substitution variable order #490

Closed jverzani closed 1 year ago

jverzani commented 1 year ago

Close #489

codecov-commenter commented 1 year ago

Codecov Report

Base: 55.98% // Head: 55.98% // No change to project coverage :thumbsup:

Coverage data is based on head (f811280) compared to base (86c72a4). Patch coverage: 100.00% of modified lines in pull request are covered.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #490 +/- ## ======================================= Coverage 55.98% 55.98% ======================================= Files 19 19 Lines 1204 1204 ======================================= Hits 674 674 Misses 530 530 ``` | [Impacted Files](https://codecov.io/gh/JuliaPy/SymPy.jl/pull/490?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None) | Coverage Δ | | |---|---|---| | [src/lambdify.jl](https://codecov.io/gh/JuliaPy/SymPy.jl/pull/490?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None#diff-c3JjL2xhbWJkaWZ5Lmps) | `96.92% <ø> (ø)` | | | [src/mathfuns.jl](https://codecov.io/gh/JuliaPy/SymPy.jl/pull/490?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None#diff-c3JjL21hdGhmdW5zLmps) | `70.00% <ø> (ø)` | | | [src/utils.jl](https://codecov.io/gh/JuliaPy/SymPy.jl/pull/490?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None#diff-c3JjL3V0aWxzLmps) | `82.92% <100.00%> (ø)` | | Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None)

:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.