JuliaMath / Interpolations.jl

Fast, continuous interpolation of discrete datasets in Julia
http://juliamath.github.io/Interpolations.jl/
Other
533 stars 109 forks source link

Fix some invalidation. #542

Closed N5N3 closed 1 year ago

N5N3 commented 1 year ago

Base has defined hash(x) = hash(x, zero(UInt))

codecov[bot] commented 1 year ago

Codecov Report

Patch coverage: 100.00% and project coverage change: -0.11 :warning:

Comparison is base (f432a7b) 87.74% compared to head (1235cb2) 87.64%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #542 +/- ## ========================================== - Coverage 87.74% 87.64% -0.11% ========================================== Files 28 28 Lines 1861 1862 +1 ========================================== - Hits 1633 1632 -1 - Misses 228 230 +2 ``` | [Impacted Files](https://codecov.io/gh/JuliaMath/Interpolations.jl/pull/542?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=JuliaMath) | Coverage Δ | | |---|---|---| | [src/Interpolations.jl](https://codecov.io/gh/JuliaMath/Interpolations.jl/pull/542?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=JuliaMath#diff-c3JjL0ludGVycG9sYXRpb25zLmps) | `75.92% <100.00%> (ø)` | | | [src/gpu\_support.jl](https://codecov.io/gh/JuliaMath/Interpolations.jl/pull/542?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=JuliaMath#diff-c3JjL2dwdV9zdXBwb3J0Lmps) | `95.55% <0.00%> (-2.18%)` | :arrow_down: | | [src/monotonic/monotonic.jl](https://codecov.io/gh/JuliaMath/Interpolations.jl/pull/542?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=JuliaMath#diff-c3JjL21vbm90b25pYy9tb25vdG9uaWMuamw=) | `94.88% <0.00%> (-0.57%)` | :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=JuliaMath). 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=JuliaMath)

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