Skip to content

Commit 012ca2c

Browse files
committed
add test for is_event_assignment
1 parent 4e7abda commit 012ca2c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/simresults.jl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ const case_ids = [7, # boundary_condition
88
140, # compartment size overridden with assignmentRule
99
170, # Model using parameters and rules only
1010
325, # One reactions and two rate rules with four species in a 2D compartment
11-
679 # Initial value calculated by assignmentRule in compartment of non-unit size # 1208, # Non-hOSU species with rateRule in variable compartment -> require MTK fix.
11+
679, # Initial value calculated by assignmentRule in compartment of non-unit size # 1208, # Non-hOSU species with rateRule in variable compartment -> require MTK fix.
12+
944 # Non-constant parameter as target of event_assignment
1213
]
1314

1415
const logdir = joinpath(@__DIR__, "logs")

0 commit comments

Comments
 (0)