projectmesa / mesa-examples

Seminal agent-based models developed using Mesa
Other
105 stars 123 forks source link

Test examples periodically and on commits to mesa `main` #85

Closed EwoutH closed 5 months ago

EwoutH commented 5 months ago

I think the examples should be tested in the following cases:

We can probably recycle some code from https://github.com/projectmesa/mesa/pull/1956. @rht since you wrote that, would you like to do this?

rht commented 5 months ago

when we change the examples here (against both the latest mesa stable version and mesa main)

The CI in projectmesa/mesa-examples already includes mesa-examples: #82.

when a commit is pushed to mesa main

Already covered by https://github.com/projectmesa/mesa/pull/1956

periodically (every week) (against mesa main and stable)

I find this redundant to the second checklist item.