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

Conversation

dopplershift
Copy link
Member

Description Of Changes

  • Fix copy/paste in examples--need to update upper air to say "upper air" and not "surface"
  • FIx some more issues with pint master by using units.Quantity() to create new instances rather than relying on multiplication with units

@dopplershift dopplershift added Type: Bug Something is not working like it should Type: Maintenance Updates and clean ups (but not wrong) Area: Examples Affects examples Area: Units Pertains to unit information labels Jan 5, 2020
@dopplershift dopplershift added this to the 0.12 milestone Jan 5, 2020
It was still talking about surface plots instead of upper air.
pint master (and next release) breaks this. Instead of constructing
Quantity instances using multiplication, use the Quantity class
explicitly.
This is more robust for masked arrays, etc. with pint master than using
multiplication.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area: Examples Affects examples Area: Units Pertains to unit information Type: Bug Something is not working like it should Type: Maintenance Updates and clean ups (but not wrong)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant