We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c35f635 commit 4ed4b7fCopy full SHA for 4ed4b7f
src/systems/parameter_buffer.jl
@@ -826,7 +826,7 @@ function SciMLBase.create_parameter_timeseries_collection(
826
isempty(ps.discrete) && return nothing
827
num_discretes = only(blocksize(ps.discrete[1]))
828
buffers = []
829
- partition_type = Tuple{(Vector{eltype(buf)} for buf in ps.discrete)...}
+ partition_type = Tuple{(typeof(parent(buf)) for buf in ps.discrete)...}
830
for i in 1:num_discretes
831
ts = eltype(tspan)[]
832
us = NestedGetIndex{partition_type}[]
0 commit comments