Skip to content

Commit

Permalink
add some more testing
Browse files Browse the repository at this point in the history
  • Loading branch information
rveltz committed Oct 7, 2019
1 parent 3e1a1e6 commit 8a081ac
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions test/simpleTests.jl
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
using PiecewiseDeterministicMarkovProcesses, Random
const PDMP = PiecewiseDeterministicMarkovProcesses
jp = PDMP.Jump(PDMP.Delta_dummy)
jp = PDMP.Jump(rand(Int64,2,2))

PDMP.finalize_dummy(1, 1, 1, 1, 1)
PDMP.PDMPResult(rand(2), rand(2), rand(2))
PDMP.PDMPResult(rand(2), rand(2), rand(2), rand(2), (false, false))

xc0 = rand(2)
xdot0 = rand(2,2)
PDMP.Phi_dummy(xdot0, xc0, 1, 1, 1)

0 comments on commit 8a081ac

Please sign in to comment.