You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Examples given, Birth-Death System and Telegraph Model, doesn't work well.
When I run Birth-Death System one line after another, it goes right until the last line "sol = solve(prob, Vern7())", and it comes" LoadError: BoundsError: attempt to access Tuple{Int64} at index [2]"
Same thing happens when I tried Telegraph Model, but this time, "ERROR: LoadError: BoundsError: attempt to access Tuple{Int64, Int64} at index [3]"
Environment (please complete the following information):
Output of using Pkg; Pkg.status()
Status `C:\Users\xlx\.julia\environments\v1.10\Project.toml`
⌅ [479239e8] Catalyst v12.3.2
⌃ [0c46a032] DifferentialEquations v7.10.0
⌅ [5b8099bc] DomainSets v0.5.15
[069e79ea] FiniteStateProjection v0.2.1
[7073ff75] IJulia v1.24.2
⌃ [961ee093] ModelingToolkit v8.46.1
⌃ [1dea7af3] OrdinaryDiffEq v6.58.2
⌅ [0c5d862f] Symbolics v4.14.0
Info Packages marked with ⌃ and ⌅ have new versions available. Those with ⌃ may be upgradable, but those with ⌅ are restricted by compatibility constraints from upgrading. To see why use `status --outdated`
The text was updated successfully, but these errors were encountered:
Hi @xuelx1, I think you ran into some versioning issue that should have been resolved much earlier. The updated version 0.3 of this package is out just now and should fix this - could you please try to re-run the code after updating FSP.jl and let me know if it works? Thanks!
Describe the bug 🐞
Examples given, Birth-Death System and Telegraph Model, doesn't work well.
When I run Birth-Death System one line after another, it goes right until the last line "sol = solve(prob, Vern7())", and it comes" LoadError: BoundsError: attempt to access Tuple{Int64} at index [2]"
Same thing happens when I tried Telegraph Model, but this time, "ERROR: LoadError: BoundsError: attempt to access Tuple{Int64, Int64} at index [3]"
Error & Stacktrace⚠️
Environment (please complete the following information):
using Pkg; Pkg.status()
The text was updated successfully, but these errors were encountered: