-
Notifications
You must be signed in to change notification settings - Fork 150
Remove if VERSION ≥ v"1.4"
etc.
#616
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
Conversation
Codecov ReportBase: 87.02% // Head: 87.12% // Increases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## master #616 +/- ##
==========================================
+ Coverage 87.02% 87.12% +0.09%
==========================================
Files 9 9
Lines 902 901 -1
==========================================
Hits 785 785
+ Misses 117 116 -1
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
@@ -589,7 +585,7 @@ ForwardDiff.:≺(::Type{OuterTestTag}, ::Type{TestTag}) = false | |||
@test pq isa Tuple{Dual{TestTag()},Dual{TestTag()}} | |||
# We have to adjust tolerances if lower accuracy is requested | |||
# Therefore we don't use `dual_isapprox` | |||
tol = V === Float32 ? 5f-4 : 1e-6 | |||
tol = V === Float32 ? 5f-4 : 1e-5 |
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.
This seems unrelated?
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.
I think this is an intermittent failure on 1.8, e.g. here:
https://github.com/JuliaDiff/ForwardDiff.jl/actions/runs/3601997063/jobs/6068433780#step:6:445
Apart from the question above the PR seems fine 🙂 |
since master only supports 1.6+