-
Notifications
You must be signed in to change notification settings - Fork 245
Fix long running tests #1319
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 long running tests #1319
Conversation
…rse_mode_autodiff_special_functions_compile folder
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## develop #1319 +/- ##
========================================
Coverage 95.11% 95.11%
========================================
Files 797 797
Lines 67197 67197
========================================
Hits 63912 63912
Misses 3285 3285 Continue to review full report in Codecov by Sentry.
🚀 New features to boost your workflow:
|
|
@demroz Your tree was missing the commit with the long running test runners, so I cherry picked it for you. Everything else seemed fine to me. |
|
@mborland looks like the c++23 types are not playing nicely with these tests. I'll look into it |
|
should be all good now |
This pr should fix the failures in the long running tests for reverse mode autodiff and adjust the tolerances on the regular tests.
cc: @mborland