Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions docs/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
Graphs = "86223c79-3864-5bf0-83f7-82e725a168b6"
JumpProcesses = "ccbc3e58-028d-4f4c-8cd5-9ae44345cda5"
OrdinaryDiffEq = "1dea7af3-3e70-54e6-95c3-0bf5283fa5ed"
OrdinaryDiffEqFunctionMap = "d3585ca7-f5d3-4ba6-8057-292ed1abd90f"
OrdinaryDiffEqRosenbrock = "43230ef6-c299-4910-a778-202eb28ce4ce"
Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"
PointProcesses = "af0b7596-9bb0-472a-a012-63904f2b4c55"
StableRNGs = "860ef19b-820b-49d6-a774-d7a799459cd3"
Expand All @@ -21,6 +23,8 @@ Documenter = "1.1"
Graphs = "1.9"
JumpProcesses = "9.13.2"
OrdinaryDiffEq = "6.59, 7"
OrdinaryDiffEqFunctionMap = "1, 2"
OrdinaryDiffEqRosenbrock = "1, 2"
Plots = "1.39"
PointProcesses = "0.5"
StableRNGs = "1.0"
Expand Down
2 changes: 2 additions & 0 deletions docs/src/applications/advanced_point_process.md
Original file line number Diff line number Diff line change
Expand Up @@ -363,6 +363,8 @@ to step through time one candidate at a time.

```@example tpp-advanced
using OrdinaryDiffEq
using OrdinaryDiffEqFunctionMap: FunctionMap
using OrdinaryDiffEqRosenbrock: Rodas4P
using Random

function Base.rand(rng::AbstractRNG, pp::SciMLPointProcess)
Expand Down