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

BUG: Fix ma coercion list-of-ma-arrays if they do not cast to bool #18638

Merged
merged 3 commits into from Mar 17, 2021

Commits on Mar 17, 2021

  1. BUG: Fix ma coercion list-of-ma-arrays if they do not cast to bool

    There was a regression here due to force casting to bool, but if that
    happens to fail (it does, but should not for strings). The mask
    would just be dropped.
    
    Of course masked arrays are held together by faith here, but its
    a regression.
    
    Closes numpygh-18551
    seberg authored and charris committed Mar 17, 2021
    Configuration menu
    Copy the full SHA
    75e13a6 View commit details
    Browse the repository at this point in the history
  2. Apply suggestions from code review

    seberg authored and charris committed Mar 17, 2021
    Configuration menu
    Copy the full SHA
    9719ac5 View commit details
    Browse the repository at this point in the history
  3. Update numpy/ma/tests/test_core.py

    seberg authored and charris committed Mar 17, 2021
    Configuration menu
    Copy the full SHA
    fb44ee2 View commit details
    Browse the repository at this point in the history