-
Notifications
You must be signed in to change notification settings - Fork 29
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
Fix depreciation for AutoReverseDiff
.
#638
Conversation
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Pull Request Test Coverage Report for Build 10330921185Details
💛 - Coveralls |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #638 +/- ##
==========================================
- Coverage 81.00% 79.95% -1.05%
==========================================
Files 29 29
Lines 3470 3468 -2
==========================================
- Hits 2811 2773 -38
- Misses 659 695 +36 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good. I wonder if the dropping of ADTypes v0.2 will create issues with Turing.jl (I recall some broken dependency troubles from earlier), but we'll see that when we run the Turing.jl side of the test suite.
The recent tests I added are failing, looking into it. |
Fix warnings discovered in TuringLang/Turing.jl#2289