Skip to content

Commit

Permalink
change state_timeseries dispatch to work with vector of AbstractBlox
Browse files Browse the repository at this point in the history
  • Loading branch information
harisorgn committed Oct 7, 2024
1 parent 774b168 commit a02fca7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/blox/blox_utilities.jl
Original file line number Diff line number Diff line change
Expand Up @@ -499,7 +499,7 @@ function state_timeseries(blox, sol::SciMLBase.AbstractSolution, state::String;
end
end

function state_timeseries(cb::Union{CompositeBlox, AbstractVector{<:AbstractNeuronBlox}},
function state_timeseries(cb::Union{CompositeBlox, AbstractVector{<:AbstractBlox}},
sol::SciMLBase.AbstractSolution, state::String; ts=nothing)

neurons = get_neurons(cb)
Expand Down

0 comments on commit a02fca7

Please sign in to comment.