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

Catch errors in HypnotoadGui.run() #24

Merged
merged 7 commits into from
Apr 27, 2020
Merged

Catch errors in HypnotoadGui.run() #24

merged 7 commits into from
Apr 27, 2020

Commits on Apr 26, 2020

  1. Move printing options into TokamakEquilibrium.__init__()

    Previously was called in TokamakEquilibrium.makeRegions() which had the
    same effect as makeRegions is called from __init__, but it's clearer to
    call directly from __init__.
    johnomotani committed Apr 26, 2020
    Configuration menu
    Copy the full SHA
    602deb6 View commit details
    Browse the repository at this point in the history
  2. Allow offset of points nearest X-point from X-point to be modified

    Adds xpoint_offset option to control how far points that should be at
    the X-point are shifted to avoid the null.
    johnomotani committed Apr 26, 2020
    Configuration menu
    Copy the full SHA
    945afde View commit details
    Browse the repository at this point in the history
  3. Call read_geqdsk to recreate TokamakEquilibrium in run() for gui

    Some settings are needed in TokamakEquilibrium.__init(), so need to
    create a new object if they are changed before run().
    johnomotani committed Apr 26, 2020
    Configuration menu
    Copy the full SHA
    06cbd00 View commit details
    Browse the repository at this point in the history
  4. Catch errors in HypnotoadGui.run()

    Allow settings to be adjusted to retry, instead of hypnotoad-gui
    closing on any error.
    johnomotani committed Apr 26, 2020
    Configuration menu
    Copy the full SHA
    f1170bf View commit details
    Browse the repository at this point in the history
  5. Update whats-new.md

    johnomotani committed Apr 26, 2020
    Configuration menu
    Copy the full SHA
    0302f2f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    217955b View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2020

  1. Configuration menu
    Copy the full SHA
    e60dac8 View commit details
    Browse the repository at this point in the history