-
Notifications
You must be signed in to change notification settings - Fork 126
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
Add quality code tests: Aqua.jl + method ambiguities test #921
Conversation
Codecov Report
@@ Coverage Diff @@
## main #921 +/- ##
=======================================
Coverage 92.26% 92.26%
=======================================
Files 33 33
Lines 2274 2275 +1
=======================================
+ Hits 2098 2099 +1
Misses 176 176
📣 Codecov offers a browser extension for seamless coverage viewing on GitHub. Try it in Chrome or Firefox today! |
I will also add Aqua.jl to the quality tests so expanding a bit the breadth of this PR :-) |
|
This resolved the 22 method ambiguities in Agents.jl. Notice that this resolved a bug with nearby_ids in a no space model which was ambiguous before, all other ambiguities are less important