JuliaPy / SymPy.jl

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

add curried form of doit() #456

Closed fatteneder closed 2 years ago

fatteneder commented 2 years ago

Implements #455

codecov-commenter commented 2 years ago

Codecov Report

Merging #456 (ab9bdb7) into master (0bc9f2d) will increase coverage by 0.16%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #456      +/-   ##
==========================================
+ Coverage   55.79%   55.95%   +0.16%     
==========================================
  Files          19       19              
  Lines        1165     1167       +2     
==========================================
+ Hits          650      653       +3     
+ Misses        515      514       -1     
Impacted Files Coverage Δ
src/SymPy.jl 62.50% <ø> (ø)
src/utils.jl 81.08% <100.00%> (+1.26%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 0bc9f2d...ab9bdb7. Read the comment docs.

jverzani commented 2 years ago

This looks great. I'm glad you added the ability to pass the keyword argument to the curried function. I'll merge in when the tests all pass. Many thanks!