-
Notifications
You must be signed in to change notification settings - Fork 928
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
breaking: Remove UserSettableParameter #1693
Conversation
f29c2c2
to
3cca12d
Compare
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## main #1693 +/- ##
==========================================
- Coverage 80.52% 80.20% -0.33%
==========================================
Files 18 18
Lines 1248 1192 -56
Branches 240 225 -15
==========================================
- Hits 1005 956 -49
+ Misses 205 201 -4
+ Partials 38 35 -3
☔ View full report in Codecov by Sentry. |
3cca12d
to
20f7d0f
Compare
tests/test_visualization.py
Outdated
from mesa.visualization.UserParam import ( | ||
NumberInput, | ||
Slider, | ||
) | ||
from tests.test_batchrunner import MockAgent |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think I am missing some here on the conflict. If we are importing MockAgent
shouldn't it be tests.test_batch_run import MockAgent
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That was the code from before BatchRunner
was removed.
20f7d0f
to
d680c3b
Compare
Merge conflict resolved. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
No description provided.