Commit 427c1f6
committed
fix issue with ReverseDiff.TrackedArray treatment
the original function was actually effectively removing
the tracking with kfs = zeros(Q.parameters[1],length(ph.reactions))
resulting in a Array{Float64,1}
This behavior was originally hidden by a bug in ReverseDiff.jl that
was subsequently fixed making us incompatible with recent versions
this commit should make us compatible with newer versions of ReverseDiff1 parent 3d7170d commit 427c1f6
1 file changed
+3
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
5 | 6 | | |
6 | 7 | | |
7 | 8 | | |
| |||
56 | 57 | | |
57 | 58 | | |
58 | 59 | | |
59 | | - | |
| 60 | + | |
60 | 61 | | |
61 | 62 | | |
62 | 63 | | |
| |||
71 | 72 | | |
72 | 73 | | |
73 | 74 | | |
| 75 | + | |
74 | 76 | | |
75 | 77 | | |
76 | 78 | | |
| |||
0 commit comments