Skip to content

Commit

Permalink
Update Aqua version
Browse files Browse the repository at this point in the history
  • Loading branch information
jgreener64 authored and vchuravy committed Nov 27, 2023
1 parent fd23858 commit 51dbba0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ TOML = "fa267f1f-6049-4f14-aa54-33bafae1ed76"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[compat]
Aqua = "0.6"
Aqua = "0.8"
2 changes: 1 addition & 1 deletion test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ function test_matrix_to_number(f, x; rtol=1e-9, atol=1e-9, fdm=central_fdm(5, 1)
@test isapprox(dx_fwd, dx_fd; rtol=rtol, atol=atol, kwargs...)
end

Aqua.test_all(Enzyme, unbound_args=false, piracy=false)
Aqua.test_all(Enzyme, unbound_args=false, piracies=false)

include("abi.jl")
include("typetree.jl")
Expand Down

0 comments on commit 51dbba0

Please sign in to comment.