Eran Agmon

Results 3 issues of Eran Agmon

Currently `Engine.front` tracks all processes next updates, with a dict that has the next update times and the updates that will be applied: `{'time': 14.0, 'update': {update-to-be-applied}}`. The process's next...

If a `'_generate'` or `'_divide'` update is triggered it requires the expiration and re-caching of some `topology_views`. Currently, `Store.apply_update` will pass a `view_expire` flag ([here](https://github.com/vivarium-collective/vivarium-core/blob/c2abbf1a0280e87ad713ca9e35dc2e183fc0aae3/vivarium/core/store.py#L1387)) back to `Engine`, which triggers...

When vivarium-core updates, it has the potential to break many other vivarium projects. Because of this, it would be useful to implement automated testing that can check other repos before...