rht
rht
**What's the problem this feature will solve?** We currently use codespell, but we could have a more uniform documentation style with a prose linter. **Describe the solution you'd like** One...
**What's the problem this feature will solve?** Currently, there are several examples [1] where the agents are supposed to move to a random location within the neighborhood. This is implemented...
Currently, it is hardcoded to be png, because png is much faster. According to https://github.com/projectmesa/mesa/pull/1819#issuecomment-1733624072, we should allow user to pass in extra arguments to `solara.FigureMatplotlib`. According to https://solara.dev/api/matplotlib, the...
**Describe the bug** Here is Schelling space for 60x60:  **Expected behavior** Should either scale down the circle marker size automatically, or scale up the figure size automatically.
**What's the problem this feature will solve?** While the qualitative behavior of a simulation shouldn't depend on the seed, sometimes you'd observe a rare behavior that only a subset of...
**What's the problem this feature will solve?** Plot customization via https://matplotlib.org/stable/api/_as_gen/matplotlib.axes.Axes.set.html. **Describe the solution you'd like** As an example, users could specify plot title within the model's fixed parameters `{"xlabel":...
See https://github.com/widgetti/solara/tree/master/tests/unit and https://github.com/widgetti/solara/tree/master/tests/integration for inspiration.
According to the benchmark in https://github.com/sybrenjansen/mpire, it is the fastest multiprocessing library, beating out even Ray (both are already much faster than stdlib's multiprocessing).
**Describe the bug** Context: https://github.com/projectmesa/mesa/pull/1508#discussion_r1014769506 Currently, calling `place_agent` twice or more in a row without calling `remove_agent` beforehand causes the agent to exist in several locations. **Expected behavior** An error...
**Testing Plan:** **GIFs or Screenshots:**