Ewout ter Hoeven

Results 174 issues of Ewout ter Hoeven

### ⚠️ Please check that this feature request hasn't been suggested before. - [X] I searched previous [Issues](https://github.com/farizrahman4u/LoopGPT/labels/enhancement) didn't find any similar feature requests. ### 🔖 Feature description The proposed...

enhancement

_Open for contributions!_ Now that the Discrete Event Scheduler (DEVS) is released as experimental in Mesa 2.3.0, it would be interesting if we can use it in examples. - Current...

good first issue

_Open for contributions!_ Now that the Cell Space is released as experimental in Mesa 2.3.0, it would be interesting if we can use it in examples. - Current code implementation:...

good first issue

_Open for contributions!_ I would like some example to use the now stabilized AgentSet. This means sometimes self.schedule.agents can be replaced, and sometimes the scheduler could be removed all together....

good first issue

A velocity has a magnitude and a direction. Since the velocity was modelled as a unit vector, the magnitude is constant, and it only represents the direction, not the velocity...

The boid flockers example can be improved with (Solara) visualisation that includes the direction and colors for the boids. It would be nice to have an arrow-like shape to know...

### Contributing guidelines - [X] I understand the contributing guidelines ### Documentation - [X] My proposal is not addressed by the documentation or examples ### Existing issues - [X] Nothing...

Two bits of maintenance on the CI: - In GitHub Actions, test against Python 3.10 - Update ipywidgets to the latest minor versions (7.8 and 8.1 respectively) Testing against a...

Each of the CI runs have hundreds of warnings. Here are the ones presented in the pytest warnings summary, so probably some of the most important ones. These warnings should...

Currently there is a nice pre-commit configuration, in [`.pre-commit-config.yaml`](https://github.com/widgetti/solara/blob/master/.pre-commit-config.yaml), but there are two problems: - It isn't run and enforced in CI, so currently it doesn't do anything. - The...