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

Add experimental dashboard to monitor simulations #6137

Merged
merged 8 commits into from
Jul 15, 2024

Commits on Jul 15, 2024

  1. Fix isort config

    Make sure isort always treats the `spectre` imports as
    first party. Before this fix, isort could get confused if the
    source directory was not named "spectre".
    nilsvu committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    2313ead View commit details
    Browse the repository at this point in the history
  2. Split some CLIs into a free function

    Allows to call the function separately from the CLI.
    nilsvu committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    afb2933 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4039708 View commit details
    Browse the repository at this point in the history
  4. Minor updates to EccentricityControl.py

    - Fix issue with trajectories having different lengths
    - Pass in an MPL figure for plots instead of always
      writing the plot to a file.
    nilsvu committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    00935eb View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ec23ab0 View commit details
    Browse the repository at this point in the history
  6. Add dashboard for BBH

    nilsvu committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    2261c08 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c6c8f78 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f49eeb9 View commit details
    Browse the repository at this point in the history