nathanaelbosch / ProbNumDiffEq.jl

Probabilistic Numerical Differential Equation solvers via Bayesian filtering and smoothing
MIT License
119 stars 16 forks source link

overload _alg_autodiff #238

Closed vpuri3 closed 1 year ago

vpuri3 commented 1 year ago

fix downstream errors in https://github.com/SciML/OrdinaryDiffEq.jl/pull/1917

vpuri3 commented 1 year ago

all tests passed locally with https://github.com/SciML/OrdinaryDiffEq.jl/pull/1917 branch

vpuri3 commented 1 year ago

@gaurav-arya can you review

vpuri3 commented 1 year ago

@ChrisRackauckas @nathanaelbosch , could you approve workflow please? This should be good to go now that OrdinaryDiffEq. 6.5.2 has released

codecov-commenter commented 1 year ago

Codecov Report

Merging #238 (ef20acb) into main (16229cb) will not change coverage. The diff coverage is 50.00%.

:exclamation: Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more.

@@           Coverage Diff           @@
##             main     #238   +/-   ##
=======================================
  Coverage   95.63%   95.63%           
=======================================
  Files          33       33           
  Lines        1191     1191           
=======================================
  Hits         1139     1139           
  Misses         52       52           
Impacted Files Coverage Δ
src/alg_utils.jl 84.21% <50.00%> (ø)

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more

nathanaelbosch commented 1 year ago

Thanks a lot!