Skip to content

Commit

Permalink
delete unneeded parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
mdip226 committed Jul 13, 2023
1 parent 8495adc commit f0002a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/tutorials/tut_toggle_switch/tut_toggle_switch.rst
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ Next, we define a model. This is a model based on a publication by Gardner et al
rate=mu)
model.add_reaction([cu, cv, du, dv])
tspan = gillespy2.TimeSpan.linspace(0, 100, 101)
tspan = gillespy2.TimeSpan.linspace(100, 101)
model.timespan(tspan)
return model
Expand Down

0 comments on commit f0002a4

Please sign in to comment.