Skip to content

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

Merged
merged 7 commits into from
Dec 13, 2022
Merged

Remove if VERSION ≥ v"1.4" etc. #616

merged 7 commits into from
Dec 13, 2022

Conversation

mcabbott
Copy link
Member

since master only supports 1.6+

@codecov-commenter
Copy link

codecov-commenter commented Dec 10, 2022

Codecov Report

Base: 87.02% // Head: 87.12% // Increases project coverage by +0.09% 🎉

Coverage data is based on head (f80fa0f) compared to base (89f302e).
Patch coverage: 100.00% of modified lines in pull request are covered.

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     
Impacted Files Coverage Δ
src/prelude.jl 36.36% <ø> (ø)
src/dual.jl 80.82% <100.00%> (+0.23%) ⬆️

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.
📢 Do you have feedback about the report comment? Let us know in this issue.

@@ -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
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This seems unrelated?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@devmotion
Copy link
Member

Apart from the question above the PR seems fine 🙂

@mcabbott mcabbott merged commit 60a6230 into master Dec 13, 2022
@mcabbott mcabbott deleted the mcabbott-patch-1 branch December 13, 2022 14:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants