Skip to content
This repository was archived by the owner on Aug 22, 2025. It is now read-only.

Commit 8b52f99

Browse files
Try testing with ArrayInterfaceStaticArrays
1 parent ab3d21a commit 8b52f99

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Project.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ julia = "1.6"
3232

3333
[extras]
3434
ArrayInterfaceBlockBandedMatrices = "5331f1e9-51c7-46b0-a9b0-df4434785e0a"
35+
ArrayInterfaceStaticArrays = "b0d46f97-bff5-4637-a19a-dd75974142cd"
3536
BandedMatrices = "aae01518-5342-5314-be14-df237901396f"
3637
BlockBandedMatrices = "ffab5731-97b5-5995-9138-79e8c1846df0"
3738
IterativeSolvers = "42fd0dbc-a981-5370-80f2-aaf504508153"
@@ -44,4 +45,4 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
4445
Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f"
4546

4647
[targets]
47-
test = ["Test", "ArrayInterfaceBlockBandedMatrices", "BandedMatrices", "BlockBandedMatrices", "IterativeSolvers", "Pkg", "Random", "SafeTestsets", "Zygote", "SparsityDetection", "StaticArrays"]
48+
test = ["Test", "ArrayInterfaceBlockBandedMatrices", "ArrayInterfaceStaticArrays", "BandedMatrices", "BlockBandedMatrices", "IterativeSolvers", "Pkg", "Random", "SafeTestsets", "Zygote", "SparsityDetection", "StaticArrays"]

test/test_ad.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ using LinearAlgebra
55
using BlockBandedMatrices
66
using BandedMatrices
77
using StaticArrays
8+
using ArrayInterfaceStaticArrays
89

910
fcalls = 0
1011
function f(dx,x)

0 commit comments

Comments
 (0)