Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
flocking benchmark: Remove unneeded passing of pos
pos is not a part of the Boid init, which is causing an error. It can be safely removed, because it's already initialized the line below with `self.space.place_agent(boid, pos)`
- Loading branch information