Skip to content

Commit fcff2e8

Browse files
committed
up
1 parent f19582b commit fcff2e8

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

test/spatial_reaction_systems/lattice_reaction_systems_jumps.jl

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ using Random, Statistics, SparseArrays, Test
77
# Fetch test networks.
88
include("../spatial_test_networks.jl")
99

10-
### Correctness Tests ###
10+
11+
### General Tests ###
1112

1213
# Tests that there are no errors during runs for a variety of input forms.
1314
let
@@ -43,6 +44,7 @@ let
4344
end
4445
end
4546

47+
4648
### Input Handling Tests ###
4749

4850
# Tests that the correct hopping rates and initial conditions are generated.
@@ -102,6 +104,7 @@ let
102104
end
103105
end
104106

107+
105108
### Tests taken from JumpProcesses ###
106109

107110
# ABC Model Test

0 commit comments

Comments
 (0)