Skip to content

Commit a8ad1d8

Browse files
chore: try to catch EnsembleSolutions
1 parent 956aaa5 commit a8ad1d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/RecursiveArrayToolsZygoteExt.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ Zygote.@adjoint function Zygote.literal_getproperty(A::RecursiveArrayTools.Abstr
107107
A.u, literal_AbstractVofA_u_adjoint
108108
end
109109

110-
function vofa_u_adjoint(d, A::RecursiveArrayTools.VectorOfArray)
110+
function vofa_u_adjoint(d, A::RecursiveArrayTools.AbstractVectorOfArray)
111111
m = map(enumerate(d)) do (idx, d_i)
112112
isnothing(d_i) && return zero(A.u[idx])
113113
d_i

0 commit comments

Comments
 (0)