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

Fix a couple of small errors in the setup process #281

Merged
merged 3 commits into from
Oct 11, 2024
Merged

Conversation

johnomotani
Copy link
Collaborator

  • Fixes makie_post_processing.generate_example_input_file()
  • More portable call for Python from machines/machine_setup.sh when setting up a venv to use with plots_post_processing
  • Mention makie_post_processing.generate_example_input_file() in the docs

This is needed so that
`makie_post_processing.generate_example_input_file()` can work.

Also requires us to convert `figsize` back to a `Tuple` before we use
it, because a `Tuple` is required by Makie.
Avoids errors when `python` is not a valid shell command, or when it
runs Python-2 instead of Python-3.
@johnomotani johnomotani added bug Something isn't working documentation Improvements or additions to documentation labels Oct 11, 2024
@johnomotani johnomotani merged commit 8458091 into master Oct 11, 2024
20 of 21 checks passed
@johnomotani johnomotani deleted the small-fixes branch October 11, 2024 13:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant