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

Adapt pysteps to allow for postprocessing plugins #405

Open
wants to merge 14 commits into
base: master
Choose a base branch
from

Commits on Jul 19, 2024

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

Commits on Jul 25, 2024

  1. Update interface.py

    joeycasey87 authored Jul 25, 2024
    Configuration menu
    Copy the full SHA
    beeee6b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    21db3a3 View commit details
    Browse the repository at this point in the history
  3. Update interface.py

    joeycasey87 committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    7857661 View commit details
    Browse the repository at this point in the history
  4. Update diagnostics.py

    joeycasey87 committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    429641d View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2024

  1. Added tests to improve code coverage

    Also reformatted with black. Tests were added for the get_method and diagnostics_info functions in the postprocessing interface. Tests for the discover_diagnostics function will be written once these changes have been merged as then the cookiecutter plugins can then be properly tested.
    joeycasey87 committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    6452ef2 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2024

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

Commits on Aug 26, 2024

  1. Configuration menu
    Copy the full SHA
    d94c8b3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0bd5275 View commit details
    Browse the repository at this point in the history
  3. update test_pysteps

    Changed the test file to match the test updated pysteps test file
    joeycasey87 committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    560aa43 View commit details
    Browse the repository at this point in the history
  4. Remove try-import statements for diagnostics.py

    These were necessary for the IO plugins, but less so for the diagnostics.
    ladc committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    4cba436 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a2b51a5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7e1759f View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2024

  1. Refactor code for postprocessing plugin detection.

    Avoid duplicate code, refactor into functions.
    Also fix a small typo causing a bug: postprocessor_s_
    ladc committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    d9b593d View commit details
    Browse the repository at this point in the history