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

Bugfix diff tests #2217

Merged
merged 19 commits into from
Jun 16, 2023
Merged

Bugfix diff tests #2217

merged 19 commits into from
Jun 16, 2023

Commits on Jun 14, 2023

  1. Configuration menu
    Copy the full SHA
    2c0332a View commit details
    Browse the repository at this point in the history
  2. turn off use case

    georgemccabe committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    905b409 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c2b6e3a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5fdee80 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    21af4b2 View commit details
    Browse the repository at this point in the history
  6. use pandas.isnull instead of numpy.isnan to prevent exceptions from o…

    …ccurring, ci-run-diff, ci-skip-unit-tests
    georgemccabe committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    2172134 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    eefaa0c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    0201daa View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    194088d View commit details
    Browse the repository at this point in the history
  10. handle failing comparison when NetCDF values are stored as a string, …

    …ci-run-diff, ci-skip-unit-tests
    georgemccabe committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    8017d99 View commit details
    Browse the repository at this point in the history
  11. Preserve backwards compatibility by forcing TC_PAIRS_RUN_ONCE=False i…

    …f LOOP_ORDER is still used and warn that it should be removed. Add debug log message to alert user that only the first init/valid time is being processed and how to change that if desired
    georgemccabe committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    d7981f2 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    edbbe39 View commit details
    Browse the repository at this point in the history
  13. add pandas to diff conda environment used for diff tests in GHA to pr…

    …operly check for null/NaN values
    georgemccabe committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    c8a80b2 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    353fd15 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2023

  1. Configuration menu
    Copy the full SHA
    52f5ceb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1421c18 View commit details
    Browse the repository at this point in the history
  3. check if values are completely equal inside _is_equal_rounded functio…

    …n, call that function in NC value diff to prevent differences that are smaller than 5 decimal places
    georgemccabe committed Jun 15, 2023
    Configuration menu
    Copy the full SHA
    b29a7ac View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2b9bea5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0cbcff2 View commit details
    Browse the repository at this point in the history