# The simulation does not run through the whole script
# The simulation does not run through the whole script
You may have to close opened figures to proceed with the simulation, depending on your specific computer configuration.
If you don't see any error message in the console output, you may have to close opened figures to proceed with the simulation (depending on your specific computer and/or IDE configuration).
If you see an error message, try to address it or [contact us](contact) for guidance.
# I can't push because my commit messages don't follow the push rules. What can I do ?
# I can't push because my commit messages don't follow the push rules. What can I do ?
You can do a git interactive rebase following the steps explained [here](https://stackoverflow.com/a/179147). This enables you to squash several commits together and write a new commit message which sums up the changes in the code, this time following the push rules.
You can do a git interactive rebase following the steps explained [here](https://stackoverflow.com/a/179147). This enables you to squash several commits together and write a new commit message which sums up the changes in the code, this time following the push rules.