Conversation
|
Sorry pushed the wrong version, this is my attempt that got closest. It currently fails on imports in the models: |
|
Hey @EwoutH, this file is written greatly. I was able to run step tests for the examples over on the main repository after a little tweaking. |
|
Thanks, I think conceptual my approach is very sound. Unfortunately, I tried a million versions and never got it to work.
That's awesome!
Some of the visualisation logic only gets ran / evaluated when actually performing a model step (I think). So in this case we should be testing if the visualisation updates correctly after a model step, not the model step itself. |
Initial attempt at testing the visualisation in CI.
@rht I can't get the imports working properly. I tried a lot of things, but somehow it always end up with one or more import errors. I know you're good at this, could you take a look?