Skip to content

Commit

Permalink
Merge 67c3f0b into 989672e
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 16, 2023
2 parents 989672e + 67c3f0b commit cdd499b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 9 deletions.
3 changes: 3 additions & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ AutoHashEquals = "0.2, 1, 2"
BandedMatrices = "0.17, 1"
DiffEqCallbacks = "2"
FFTW = "1"
InteractiveUtils = "1"
LinearAlgebra = "1"
ForwardDiff = "0.10"
LoopVectorization = "0.12.22"
MuladdMacro = "0.2"
Expand All @@ -51,6 +53,7 @@ Reexport = "0.2, 1.0"
Requires = "0.5.2, 1"
SciMLBase = "1.51, 2"
SimpleUnPack = "1"
SparseArrays = "1"
StaticArrayInterface = "1"
StaticArrays = "1.0"
StructArrays = "0.6"
Expand Down
2 changes: 1 addition & 1 deletion test/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ StructArrays = "09ab397b-f2b6-538f-b94a-2f83cf4a842a"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[compat]
Aqua = "0.5, 0.6, 0.7"
Aqua = "0.8"
BandedMatrices = "0.15, 0.16, 0.17, 1"
DiffEqCallbacks = "2"
ForwardDiff = "0.10"
Expand Down
8 changes: 0 additions & 8 deletions test/aqua.jl
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,4 @@ Aqua.test_all(SummationByPartsOperators;
ambiguities = false, # a lot of false positives from dependencies
unbound_args = false, # TODO: a strange problem I do not understand right now
stale_deps = (; ignore = [:PrecompileTools]),
# We would like to test the Project.toml formatting but there are some
# CI issues, see https://github.com/ranocha/BSeries.jl/pull/119
project_toml_formatting = false,
)

# Project.toml formatting only on newer versions of Julia
if VERSION >= v"1.9"
Aqua.test_project_toml_formatting(SummationByPartsOperators)
end

0 comments on commit cdd499b

Please sign in to comment.