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 typing to tests #168

Open
wants to merge 36 commits into
base: main
Choose a base branch
from

Commits on Oct 9, 2022

  1. Type test_xarray.py

    Illviljan committed Oct 9, 2022
    Configuration menu
    Copy the full SHA
    d60c459 View commit details
    Browse the repository at this point in the history
  2. Fix typing

    Illviljan committed Oct 9, 2022
    Configuration menu
    Copy the full SHA
    6d22bb0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    42826a8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    91a5bd2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    203adb0 View commit details
    Browse the repository at this point in the history
  6. Update test_core.py

    Illviljan committed Oct 9, 2022
    Configuration menu
    Copy the full SHA
    492963a View commit details
    Browse the repository at this point in the history
  7. Merge branch 'add_typing_to_tests' of https://github.com/Illviljan/flox

    … into add_typing_to_tests
    Illviljan committed Oct 9, 2022
    Configuration menu
    Copy the full SHA
    5631eb0 View commit details
    Browse the repository at this point in the history
  8. Update test_core.py

    Illviljan committed Oct 9, 2022
    Configuration menu
    Copy the full SHA
    071c869 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2022

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

Commits on Oct 14, 2022

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

Commits on Nov 5, 2022

  1. Configuration menu
    Copy the full SHA
    4e9db60 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    17b2243 View commit details
    Browse the repository at this point in the history
  3. fix merge errors

    Illviljan committed Nov 5, 2022
    Configuration menu
    Copy the full SHA
    4b134fc View commit details
    Browse the repository at this point in the history
  4. Update test_core.py

    Illviljan committed Nov 5, 2022
    Configuration menu
    Copy the full SHA
    af5c912 View commit details
    Browse the repository at this point in the history
  5. Update test_core.py

    Illviljan committed Nov 5, 2022
    Configuration menu
    Copy the full SHA
    6656b7f View commit details
    Browse the repository at this point in the history
  6. Update test_core.py

    Illviljan committed Nov 5, 2022
    Configuration menu
    Copy the full SHA
    51f448c View commit details
    Browse the repository at this point in the history
  7. Update mypy ci

    Illviljan committed Nov 5, 2022
    Configuration menu
    Copy the full SHA
    83e3cec View commit details
    Browse the repository at this point in the history
  8. Update ci-additional.yaml

    Illviljan committed Nov 5, 2022
    Configuration menu
    Copy the full SHA
    1698ed2 View commit details
    Browse the repository at this point in the history
  9. Update ci-additional.yaml

    Illviljan committed Nov 5, 2022
    Configuration menu
    Copy the full SHA
    87c8116 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    7d619ea View commit details
    Browse the repository at this point in the history
  11. Update ci-additional.yaml

    Illviljan committed Nov 5, 2022
    Configuration menu
    Copy the full SHA
    6117bc2 View commit details
    Browse the repository at this point in the history
  12. include more files

    Illviljan committed Nov 5, 2022
    Configuration menu
    Copy the full SHA
    391c7b5 View commit details
    Browse the repository at this point in the history
  13. move back tests

    Illviljan committed Nov 5, 2022
    Configuration menu
    Copy the full SHA
    90bf14f View commit details
    Browse the repository at this point in the history
  14. Revert "move back tests"

    This reverts commit 90bf14f.
    Illviljan committed Nov 5, 2022
    Configuration menu
    Copy the full SHA
    3bab2f0 View commit details
    Browse the repository at this point in the history
  15. fix type errors

    Illviljan committed Nov 5, 2022
    Configuration menu
    Copy the full SHA
    3e48319 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    797a50e View commit details
    Browse the repository at this point in the history
  17. Update test_core.py

    Illviljan committed Nov 5, 2022
    Configuration menu
    Copy the full SHA
    3026276 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    d382393 View commit details
    Browse the repository at this point in the history
  19. Update test_xarray.py

    Illviljan committed Nov 5, 2022
    Configuration menu
    Copy the full SHA
    8a52b4f View commit details
    Browse the repository at this point in the history
  20. comment out for now

    Illviljan committed Nov 5, 2022
    Configuration menu
    Copy the full SHA
    1a02d23 View commit details
    Browse the repository at this point in the history
  21. Update test_xarray.py

    Illviljan committed Nov 5, 2022
    Configuration menu
    Copy the full SHA
    988956f View commit details
    Browse the repository at this point in the history
  22. Update ci-additional.yaml

    Illviljan committed Nov 5, 2022
    Configuration menu
    Copy the full SHA
    a4d5a9e View commit details
    Browse the repository at this point in the history
  23. Update test_xarray.py

    Illviljan committed Nov 5, 2022
    Configuration menu
    Copy the full SHA
    e0308b8 View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2022

  1. Merge branch 'main' into add_typing_to_tests

    * main:
      Try cleaning up some expected_groups logic (xarray-contrib#175)
      Update visualizations & docs (xarray-contrib#189)
      Avoid broadcasting by variables against each other (xarray-contrib#186)
      Some typing (xarray-contrib#190)
    dcherian committed Nov 27, 2022
    Configuration menu
    Copy the full SHA
    c37db94 View commit details
    Browse the repository at this point in the history
  2. Clean up conftest

    dcherian committed Nov 27, 2022
    Configuration menu
    Copy the full SHA
    472db78 View commit details
    Browse the repository at this point in the history
  3. Cleanup ci-additional

    dcherian committed Nov 27, 2022
    Configuration menu
    Copy the full SHA
    c5596b5 View commit details
    Browse the repository at this point in the history