Skip to content

Commit

Permalink
unneeded paramater
Browse files Browse the repository at this point in the history
  • Loading branch information
mdip226 committed Jul 13, 2023
1 parent de40702 commit 8495adc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/getting_started/basic_usage/basic_usage.rst
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ In GillesPy2, a model is expressed as an object. Components, such as the reacti
model.add_reaction([r_c, r_d])
# Set the timespan for the simulation.
tspan = gillespy2.TimeSpan.linspace(0, 100, 101)
tspan = gillespy2.TimeSpan.linspace(100, 101)
model.timespan(tspan)
return model
Expand Down

0 comments on commit 8495adc

Please sign in to comment.