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

Python: Errors & Linting #5124

Merged
merged 9 commits into from
Aug 18, 2024
Merged

Python: Errors & Linting #5124

merged 9 commits into from
Aug 18, 2024

Commits on Aug 14, 2024

  1. __init__.py: Intentionally Unused Imports

    Add no-quality-assurance (noqa) annotations.
    ax3l committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    c476e0e View commit details
    Browse the repository at this point in the history
  2. Autofixes

    ax3l committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    4e1d10c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    108d2ba View commit details
    Browse the repository at this point in the history
  4. Errors & Their Manual Fixes

    ax3l committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    b07d552 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    88025fc View commit details
    Browse the repository at this point in the history
  6. Remove unused var

    ax3l committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    5eef031 View commit details
    Browse the repository at this point in the history
  7. Add Used dt - Used in eval below

    ax3l committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    19e8b3c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    668aed6 View commit details
    Browse the repository at this point in the history
  9. Remove outdated perf tests

    Removes unmaintained and outdated performance tests we ran on older
    HPC machines. We will reestablish something more maintainable with
    CTest and NESAP workflows through containers.
    ax3l committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    1262ee6 View commit details
    Browse the repository at this point in the history