-
Notifications
You must be signed in to change notification settings - Fork 4
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
Issue 511: Use benchmarkCI with DiffEqBase
#517
Conversation
Try this Pull Request!Open Julia and type: import Pkg
Pkg.activate(temp=true)
Pkg.add(url="https://github.com/CDCgov/Rt-without-renewal", rev="fix-benchmark-ci", subdir="EpiAware")
using EpiAware |
This allows reverediff on ODE models
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## sciml-infection-model #517 +/- ##
======================================================
Coverage 90.16% 90.16%
======================================================
Files 56 56
Lines 824 824
======================================================
Hits 743 743
Misses 81 81 ☔ View full report in Codecov by Sentry. |
The error is:
|
Any ideas @seabbs ? It looks like something about starting with a new |
NB this approach differs from #519 in that this approach also adds a benchmark. |
This is a small PR aimed at resolving #511 by pointing the benchmark CI usage of
BenchmarkCI.jl
toward the fork hosted at https://github.com/SamuelBrand1/BenchmarkCI.jl.Closes #511 .