Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add curried form of doit() #456

Merged
merged 1 commit into from
Feb 2, 2022

Conversation

fatteneder
Copy link
Contributor

Implements #455

@codecov-commenter
Copy link

codecov-commenter commented Feb 2, 2022

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%) ⬆️

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
Copy link
Collaborator

jverzani commented Feb 2, 2022

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!

@jverzani jverzani merged commit 6ce20c0 into JuliaPy:master Feb 2, 2022
@fatteneder fatteneder deleted the feature-doit-curried-form branch February 2, 2022 22:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants