Skip to content
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

Merged
merged 6 commits into from
Jun 11, 2023
Merged

Conways Game of life #37

merged 6 commits into from
Jun 11, 2023

Conversation

ankitk50
Copy link
Contributor

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.


model = st.title("Boltzman Wealth Model")
num_ticks = st.slider(
"Select number of Simulation Runs", min_value=1, max_value=100, value=50
Copy link
Contributor

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".

Copy link
Contributor Author

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

@rht
Copy link
Contributor

rht commented Jun 11, 2023

The merge conflict happens because in the Boltzmann wealth model PR, you accidentally included GoL app.py. Needs to rebase this PR.

@ankitk50
Copy link
Contributor Author

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.

@rht
Copy link
Contributor

rht commented Jun 11, 2023

You still have merge commits. This means that you haven't set up the rebase git config pull.rebase true.

@rht
Copy link
Contributor

rht commented Jun 11, 2023

It's fine for now since the commits are going to be squashed anyway.

@rht rht merged commit 1897381 into projectmesa:main Jun 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants