Skip to content

Commit

Permalink
Update demo_run.R
Browse files Browse the repository at this point in the history
  • Loading branch information
xieguigang committed Nov 16, 2024
1 parent d142572 commit 5e5205e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/workspace_2024_ecoli/demo_run.R
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@ let engine = vcell
inits = mass0(model),
iterations = time.ticks,
time_resolutions = 100,
showProgress = TRUE
showProgress = TRUE,
debug = TRUE
)
|> as.object()
;
Expand Down

0 comments on commit 5e5205e

Please sign in to comment.