Skip to content

Commit

Permalink
Update runtests.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisRackauckas authored May 16, 2024
1 parent 2bcda27 commit a4015b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,9 @@ const is_CI = haskey(ENV, "CI")
using Aqua, DiffEqFlux, LinearAlgebra
Aqua.find_persistent_tasks_deps(DiffEqFlux)
Aqua.test_ambiguities(DiffEqFlux; recursive = false)
Aqua.test_deps_compat(DiffEqFlux)
#Aqua.test_deps_compat(DiffEqFlux)
Aqua.test_piracies(DiffEqFlux; treat_as_own = [LinearAlgebra.Tridiagonal])
#Aqua.test_project_extras(DiffEqFlux)
Aqua.test_project_extras(DiffEqFlux)
Aqua.test_stale_deps(DiffEqFlux)
Aqua.test_unbound_args(DiffEqFlux)
Aqua.test_undefined_exports(DiffEqFlux)
Expand Down

0 comments on commit a4015b0

Please sign in to comment.