JuliaDiff / SparseDiffTools.jl

Fast jacobian computation through sparsity exploitation and matrix coloring
MIT License
237 stars 41 forks source link

Test failure related to StaticArrays and ArrayInterface #237

Closed gaurav-arya closed 1 year ago

gaurav-arya commented 1 year ago

The static array tests in test_ad.jl are failing, see e.g. https://github.com/JuliaDiff/SparseDiffTools.jl/actions/runs/4537212339/jobs/7994820746?pr=235#step:6:389. This seems to relate to a ArrayInterface/ StaticArrays bug, either upstream or in our usage of the libraries here.

gaurav-arya commented 1 year ago

It's also a little surprising that there are static arrays as large as 30 x 30 in the tests: https://github.com/JuliaDiff/SparseDiffTools.jl/blob/f191085e7ab4c5281fb80e4c779ae440b5dcc3cc/test/test_ad.jl#L143

gaurav-arya commented 1 year ago

Resolved by https://github.com/JuliaArrays/ArrayInterface.jl/pull/405