-
Notifications
You must be signed in to change notification settings - Fork 165
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
Conways Game of life #37
Conversation
examples/conways_game_of_life/app.py
Outdated
|
||
model = st.title("Boltzman Wealth Model") | ||
num_ticks = st.slider( | ||
"Select number of Simulation Runs", min_value=1, max_value=100, value=50 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should be "Select number of simulation steps".
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this has been updated on the latest commit
The merge conflict happens because in the Boltzmann wealth model PR, you accidentally included GoL app.py. Needs to rebase this PR. |
Apologies, this is now fixed. |
You still have merge commits. This means that you haven't set up the rebase |
It's fine for now since the commits are going to be squashed anyway. |
Streamlit browser app interface for Connway's game of life from the mesa example. Run the example using - streamlit run app.py. The animated grid is modelled using pandas and Altair.