Skip to content

Commit

Permalink
add test for is_event_assignment
Browse files Browse the repository at this point in the history
  • Loading branch information
paulflang committed Dec 2, 2024
1 parent 4e7abda commit 012ca2c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/simresults.jl
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ const case_ids = [7, # boundary_condition
140, # compartment size overridden with assignmentRule
170, # Model using parameters and rules only
325, # One reactions and two rate rules with four species in a 2D compartment
679 # Initial value calculated by assignmentRule in compartment of non-unit size # 1208, # Non-hOSU species with rateRule in variable compartment -> require MTK fix.
679, # Initial value calculated by assignmentRule in compartment of non-unit size # 1208, # Non-hOSU species with rateRule in variable compartment -> require MTK fix.
944 # Non-constant parameter as target of event_assignment
]

const logdir = joinpath(@__DIR__, "logs")
Expand Down

0 comments on commit 012ca2c

Please sign in to comment.