JuliaPy / SymPy.jl

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

add 2-arg hash #521

Closed jverzani closed 10 months ago

jverzani commented 10 months ago

A partial means to close #520 PR #522 provides a solution that does not depend on any change to PyCall.

codecov-commenter commented 10 months ago

Codecov Report

Patch coverage has no change and project coverage change: -0.05% :warning:

Comparison is base (9aa9a39) 55.92% compared to head (fba312f) 55.87%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #521 +/- ## ========================================== - Coverage 55.92% 55.87% -0.05% ========================================== Files 20 20 Lines 1250 1251 +1 ========================================== Hits 699 699 - Misses 551 552 +1 ``` | [Files Changed](https://app.codecov.io/gh/JuliaPy/SymPy.jl/pull/521?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=JuliaPy) | Coverage Δ | | |---|---|---| | [src/types.jl](https://app.codecov.io/gh/JuliaPy/SymPy.jl/pull/521?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=JuliaPy#diff-c3JjL3R5cGVzLmps) | `34.00% <0.00%> (-0.70%)` | :arrow_down: |

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

jverzani commented 10 months ago

Did this differently