Skip to content

Remove numargs usage #166

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

Merged
merged 1 commit into from
Jun 11, 2022
Merged

Remove numargs usage #166

merged 1 commit into from
Jun 11, 2022

Conversation

ChrisRackauckas
Copy link
Member

This just doesn't match the JuliaDiff style which is that the function call is defined by the function. I.e. out of place calls use out of place functions and in-place calls use in-place functions. This mixed it up which shouldn't be allowed in the API.

@ChrisRackauckas
Copy link
Member Author

@avik-pal

This just doesn't match the JuliaDiff style which is that the function call is defined by the function. I.e. out of place calls use out of place functions and in-place calls use in-place functions. This mixed it up which shouldn't be allowed in the API.
@codecov-commenter
Copy link

Codecov Report

Merging #166 (dd09611) into master (25a276b) will increase coverage by 1.66%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##           master     #166      +/-   ##
==========================================
+ Coverage   78.28%   79.94%   +1.66%     
==========================================
  Files          14       14              
  Lines         769      753      -16     
==========================================
  Hits          602      602              
+ Misses        167      151      -16     
Impacted Files Coverage Δ
src/differentiation/vecjac_products.jl 0.00% <ø> (ø)

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 25a276b...dd09611. Read the comment docs.

@ChrisRackauckas ChrisRackauckas merged commit 4358332 into master Jun 11, 2022
@ChrisRackauckas ChrisRackauckas deleted the numargs branch June 11, 2022 12:02
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.

2 participants