-
Notifications
You must be signed in to change notification settings - Fork 999
Integrate Visualization Testing in Mesa CI #2734
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
- Implements testing framework for Mesa's SolaraViz visualization components - Adds tests for component initialization, rendering, and data binding - Creates mock Solara components for isolated testing - Addresses issue projectmesa#2734
Hey @EwoutH, I would like some clarification on the 'visualization correctness' part you mention, does it mean correct model behaviour? |
I would say it means that what happens in the models is correctly visualized. But don't overcomplicate this issue. Most important thing is that no runtime errors occur in example models. Currently we have zero example testing of visualisation, leading to frequent hard errors. |
If that's the case I think PR #2767 covers those cases pretty well. |
Hello @EwoutH Good Morning sir, i would like to work on this issue is it open or it has been merged? |
Uh oh!
There was an error while loading. Please reload this page.
Goal
Add comprehensive testing for Mesa's visualization components (SolaraViz) to our CI pipeline to ensure visualization functionality works correctly across all example models.
What's Been Tried
test_examples.py
but doesn't validate visualization componentsapp.page
Current Status
viz.py
approach shows promise but needs integration with existing test infrastructureThe Solara docs might be useful: Testing with Solara
Part of #2364.
The text was updated successfully, but these errors were encountered: