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

Fixes #1266

Merged
merged 3 commits into from
Jan 5, 2020
Merged

Fixes #1266

merged 3 commits into from
Jan 5, 2020

Commits on Jan 5, 2020

  1. BUG: Fix copy paste in upper air declarative example

    It was still talking about surface plots instead of upper air.
    dopplershift committed Jan 5, 2020
    Configuration menu
    Copy the full SHA
    bbc9aaf View commit details
    Browse the repository at this point in the history
  2. MNT: Adjust tests using masked arrays with units

    pint master (and next release) breaks this. Instead of constructing
    Quantity instances using multiplication, use the Quantity class
    explicitly.
    dopplershift committed Jan 5, 2020
    Configuration menu
    Copy the full SHA
    46d0fc3 View commit details
    Browse the repository at this point in the history
  3. MNT: Use more Quantity() for creation

    This is more robust for masked arrays, etc. with pint master than using
    multiplication.
    dopplershift committed Jan 5, 2020
    Configuration menu
    Copy the full SHA
    fde839f View commit details
    Browse the repository at this point in the history