Skip to content

Commit

Permalink
clearer
Browse files Browse the repository at this point in the history
  • Loading branch information
mdip226 committed Jul 29, 2023
1 parent 88be1d7 commit 0f7aee7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spatialpy/core/timespan.py
Expand Up @@ -25,10 +25,10 @@ class TimeSpan(Iterator):
the species populations during the simulation.
:param items: Evenly-spaced list of times at which to sample the species populations during the simulation.
Best to use the form np.linspace(<start time>, <end time>, <number of time-points, inclusive>)
Best to use the form np.linspace(0, <end time>, <number of time-points, inclusive>)
:type items: list, tuple, range, or numpy.ndarray
:param timestep_size: Size of each timestep in seconds
:param timestep_size: Size of each timestep
:type timestep_size: int | float
:raises TimespanError: items is an invalid type.
Expand Down

0 comments on commit 0f7aee7

Please sign in to comment.