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

Save R,Z locations for all four corners of each cell #168

Merged
merged 2 commits into from
Mar 13, 2023

Commits on Feb 13, 2023

  1. Save R,Z locations for all 4 corners of each cell

    The corner positions can be useful for plotting, or coupling to other
    codes. Saving all four corners separately means no special handling is
    needed for branch cuts or boundaries, and there are no missing values
    (e.g. upper corners at an upper boundary).
    johnomotani committed Feb 13, 2023
    Configuration menu
    Copy the full SHA
    da502ac View commit details
    Browse the repository at this point in the history
  2. Formatting changes from black-23

    New major version of black introduced some minor changes to code
    formatting.
    johnomotani committed Feb 13, 2023
    Configuration menu
    Copy the full SHA
    df9eb14 View commit details
    Browse the repository at this point in the history