Skip to content

Uniform variable names #133

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
Feb 20, 2021
Merged

Uniform variable names #133

merged 1 commit into from
Feb 20, 2021

Conversation

ArnoStrouwen
Copy link
Contributor

x is input
y is output
dy is some form of derivative
v is for derivative vector products

Gets rid of du and u.

x is input
y is output
dy is some form of derivative
v is for derivative vector products
@codecov-io
Copy link

Codecov Report

Merging #133 (9c4b478) into master (86b8b3b) will not change coverage.
The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #133   +/-   ##
=======================================
  Coverage   81.56%   81.56%           
=======================================
  Files          12       12           
  Lines         613      613           
=======================================
  Hits          500      500           
  Misses        113      113           
Impacted Files Coverage Δ
src/differentiation/jaches_products.jl 97.41% <100.00%> (ø)
src/differentiation/jaches_products_zygote.jl 100.00% <100.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 86b8b3b...9c4b478. Read the comment docs.

@ChrisRackauckas ChrisRackauckas merged commit 58b4e72 into JuliaDiff:master Feb 20, 2021
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