Skip to content

Commit

Permalink
chore: bump ComponentArrays version
Browse files Browse the repository at this point in the history
  • Loading branch information
avik-pal committed Sep 10, 2024
1 parent c02a7dc commit e795d81
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ ADTypes = "1.5"
Aqua = "0.8.7"
BenchmarkTools = "1.5.0"
ChainRulesCore = "1"
ComponentArrays = "0.15.12"
ComponentArrays = "0.15.17"
ConcreteStructs = "0.2"
DataInterpolations = "< 5.3"
DelayDiffEq = "5.47.3"
Expand Down
1 change: 1 addition & 0 deletions test/neural_de_tests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -277,6 +277,7 @@ end
pd = ComponentArray(pd) |> gdev
st = st |> gdev
broken = hasfield(typeof(kwargs), :sensealg) &&
ndims(u0) == 2 &&
kwargs.sensealg isa TrackerAdjoint
@test begin
grads = Zygote.gradient(sum last first node, u0, pd, st)
Expand Down

0 comments on commit e795d81

Please sign in to comment.