Skip to content

Conversation

@ChrisRackauckas
Copy link
Member

No description provided.

@ChrisRackauckas
Copy link
Member Author

fig = plot(xlabel = "N", ylabel = "Time");
for (i, algo) in enumerate(algorithms)
    res = results[i]
    plot!(res.t, res.XD[1, :], label = algo.label)
end
title!("2line-Go, AMPA")
Error: BoundsError: attempt to access 10004-element Vector{Float64} at inde
x [1:21928]

@rveltz I think that's a bug in the saving of PiecewiseDeterministicMarkovProcesses.jl? The length of the solution not matching res is odd. Since that's the only issue I'm merging

@ChrisRackauckas ChrisRackauckas merged commit b48eed6 into master May 30, 2025
2 checks passed
@ChrisRackauckas ChrisRackauckas deleted the hybridjumps branch May 30, 2025 19:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants