Skip to content

Commit

Permalink
Merge pull request #922 from SciML/ChrisRackauckas-patch-1
Browse files Browse the repository at this point in the history
Remove extras compats for now
  • Loading branch information
ChrisRackauckas authored May 17, 2024
2 parents ad80fe5 + a4015b0 commit abce70c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ 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_stale_deps(DiffEqFlux)
Expand Down

0 comments on commit abce70c

Please sign in to comment.