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

TST: Move new asarray test to a more appropriate place. #22251

Merged
merged 3 commits into from
Sep 13, 2022

Commits on Sep 12, 2022

  1. Configuration menu
    Copy the full SHA
    39a2b56 View commit details
    Browse the repository at this point in the history
  2. Consolidate test_dtype_identity into an existing test file.

    Remove `test_asarray.py`. Create a new `TestAsArray` suite in
    `test_array_coercion.py`
    eirrgang committed Sep 12, 2022
    Configuration menu
    Copy the full SHA
    05e15ab View commit details
    Browse the repository at this point in the history
  3. Linting.

    Wrap some comments that got too long after function became
    a method (with additional indentation).
    eirrgang committed Sep 12, 2022
    Configuration menu
    Copy the full SHA
    3f27a57 View commit details
    Browse the repository at this point in the history