-
Notifications
You must be signed in to change notification settings - Fork 942
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove unnecessary list operations #1456
Conversation
Codecov ReportBase: 91.17% // Head: 91.16% // Decreases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## main #1456 +/- ##
==========================================
- Coverage 91.17% 91.16% -0.02%
==========================================
Files 15 15
Lines 1292 1290 -2
Branches 218 218
==========================================
- Hits 1178 1176 -2
Misses 81 81
Partials 33 33
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
ecf7bb4
to
3235917
Compare
Made all necessary changes I think @rht |
LGTM |
These PRs are reversed because they introduce the bug discussed in projectmesa#1515
These PRs are reverted because they introduce the bug discussed in projectmesa#1515
* Revert changes of #1478 and parts of #1456 These PRs are reverted because they introduce the bug discussed in #1515 which prevents agents from being added/removed while looping through the agent keys. * Update time.py * Add full stop to comment. * Add more full stop to comment Co-authored-by: rht <rhtbot@protonmail.com>
The transformation in list is not necessary to iterate over the keys