Implemented post_process in Altair based components#2641
Conversation
|
Performance benchmarks:
|
tpike3
left a comment
There was a problem hiding this comment.
Thanks @sanika-n!
Could you update the docstrings to ensure the API accurately reflects the change (~ Line 33) https://mesa.readthedocs.io/stable/apis/visualization.html#module-mesa.visualization.components.altair_components
And although this passes the tests check, it would be good to add a test to post process in the solara_viz test https://github.com/projectmesa/mesa/blob/13518b20f544c9d5989dd68c7a653db0bebfc1c2/tests/test_solara_viz.py#L100
|
I tried implementing the tests, it is working locally but it not working here... I noticed that @nissu99 is facing the same problem |
|
@sanika-n I would look at the |
|
@tpike3, Thank you so much, that fixed it |


Feature
I implemented post_process for Altair based components. And I just tested it out on the Boltzmann Wealth Model, with the following code:
Before
After