Skip to content

Commit

Permalink
Merge pull request #658 from ekhunter123/fix_GTSim_typo
Browse files Browse the repository at this point in the history
Fix typo in MultiTargetGroundTruthSimulator
  • Loading branch information
sdhiscocks committed Jun 15, 2022
2 parents b349645 + 6cec1c0 commit aaa895b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stonesoup/simulator/simple.py
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ def groundtruth_paths_gen(self, random_state=None):

number_steps_remaining -= 1
yield time, groundtruth_paths
self.time += self.timestep
time += self.timestep

else:
groundtruth_paths = OrderedSet()
Expand Down

0 comments on commit aaa895b

Please sign in to comment.