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

Fixed a problem with diff'ing masked_arrays with units. #1345

Merged
merged 1 commit into from
Mar 31, 2020

Commits on Mar 31, 2020

  1. Fixed a problem with diff'ing masked_arrays with units.

    The issue occurs only, when "x" in first_derivative is a masked array
    with units. As all arrays stemming from NetCDF access are basically
    masked arrays, we do not have non-masked arrays in our code, even though
    the mask is almost always 'False'.
    
    I added a test case demonstrating the problem, it fails without the
    contained fix.
    
    See issue Unidata#983
    joernu76 committed Mar 31, 2020
    Configuration menu
    Copy the full SHA
    503d45f View commit details
    Browse the repository at this point in the history