Skip to content

Commit

Permalink
Merge pull request #708 from rht/seed-todo
Browse files Browse the repository at this point in the history
time: Remove resolved TODO on random seed of random scheduler
  • Loading branch information
Corvince committed Jul 9, 2019
2 parents 2e7fd84 + ca11afc commit 00e88d2
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions mesa/time.py
Expand Up @@ -20,11 +20,6 @@
Time: Some models may simulate a continuous 'clock' instead of discrete
steps. However, by default, the Time is equal to the number of steps the
model has taken.
TODO: Have the schedulers use the model's randomizer, to keep random number
seeds consistent and allow for replication.
"""

from collections import OrderedDict
Expand Down

0 comments on commit 00e88d2

Please sign in to comment.