JuliaDiff / ForwardDiff.jl

Forward Mode Automatic Differentiation for Julia
Other
892 stars 145 forks source link

avoid defining one arg hash #631

Closed KristofferC closed 1 year ago

KristofferC commented 1 year ago

these are not really meant to be extended

codecov[bot] commented 1 year ago

Codecov Report

Patch coverage: 100.00% and project coverage change: +0.06 :tada:

Comparison is base (1592fe9) 87.28% compared to head (07bbe70) 87.34%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #631 +/- ## ========================================== + Coverage 87.28% 87.34% +0.06% ========================================== Files 10 10 Lines 912 909 -3 ========================================== - Hits 796 794 -2 + Misses 116 115 -1 ``` | [Impacted Files](https://codecov.io/gh/JuliaDiff/ForwardDiff.jl/pull/631?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=JuliaDiff) | Coverage Δ | | |---|---|---| | [src/dual.jl](https://codecov.io/gh/JuliaDiff/ForwardDiff.jl/pull/631?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=JuliaDiff#diff-c3JjL2R1YWwuamw=) | `80.48% <ø> (+0.18%)` | :arrow_up: | | [src/partials.jl](https://codecov.io/gh/JuliaDiff/ForwardDiff.jl/pull/631?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=JuliaDiff#diff-c3JjL3BhcnRpYWxzLmps) | `84.21% <100.00%> (-0.14%)` | :arrow_down: | Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=JuliaDiff). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=JuliaDiff)

:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.