Remove PropertyLayer usage from mesa-examples#334
Conversation
|
I guess this needs updating in light of how the PR has changed? |
No, its fine. I have already updated it yesterday |
|
ok, so its just the description that still reflects the original API. |
|
Done. Updated the description as well. |
|
This looks fine. The build still fails because of the game of life example. How do you want to proceed with that one? |
PropertyLayer usage from mesa-examples
I modified it to use numpy arrays directly instead of property layers. Also, updated other examples. |
|
It still seem to error on the termite model? I am fine with taking a look myself as well if needed. |
It might be that pre tests are running on an older version seeing the errors, You are most welcome to take a look as well. |
|
you are right, that test is against mesa 3.5, rather than against main. |
This PR removes the
PropertyLayerfrom termites, hex_ant, conways_game_of_life_fast and reflects the usage of updated API introduced in #3340Termites:
Game of Life:
Hex Ant:
Part of the broader
PropertyLayerremoval tracked in #3340