Skip to content

Commit

Permalink
make the recipe signature more specific
Browse files Browse the repository at this point in the history
  • Loading branch information
harisorgn committed Aug 28, 2024
1 parent c3c8c7f commit 1b209fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/plot_recipes/composite_recipes.jl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
function MakieCore.convert_arguments(::Type{<: MakieCore.AbstractPlot}, sol::SciMLBase.AbstractSolution, cb::CompositeBlox)
function MakieCore.convert_arguments(::MakieCore.PointBased, sol::SciMLBase.AbstractSolution, cb::CompositeBlox)
V = average_voltage_timeseries(sol, cb)

return (sol.t, vec(V))
end

0 comments on commit 1b209fc

Please sign in to comment.