-
Notifications
You must be signed in to change notification settings - Fork 415
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
Update thermo.py #856
Update thermo.py #856
Conversation
Fix docstring for wet bulb temperature function.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks good to me. Thanks for the fix and for your first PR to MetPy!
Travis failure is unrelated, only failing on 3.4, and is truly puzzling. I'm tempted to just go ahead and merge this. |
I have seen the same issue in my own project. This is related to the latest version of pandas (0.22) not playing well with the latest pip (10.0) |
Thanks for letting me know about that. It's still probably time to drop 3.4, since when MetPy 0.9 is released, we would otherwise be supporting 3.4, 3.5, 3.6, and 3.7. See #813 if you have any thoughts on the matter of what versions of things to support. |
@JoyMonteiro - Send your mailing address to me (jleeman@ucar.edu) if you'd like a snazzy MetPy Contributor sticker! @dopplershift - I'd say let's just merge over this and shortly pull 3.4 from the matrix. |
Fix docstring for wet bulb temperature function.
Fixes #854.