-
Notifications
You must be signed in to change notification settings - Fork 19
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
New keyword parameter to cf.histogram
: density
#795
base: main
Are you sure you want to change the base?
Conversation
Wanting a review, @davidhassell? |
Thanks, but I think Jonathan's got this one covered :) |
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.
Thanks, David. I think it's fine, as far as I can tell. Is "out.override_units(Units(), inplace=True)" deleting the units? If so, I don't think you need to, or should - they're probably correct. The pdf from a temperature histogram, for example, has units of K-1.
Good point on the units - I'll fix that. |
@JonathanGregory, is this better: 8e5487f ? |
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.
Yes, I think the units are fine now. Thanks.
Oops sorry David, I missed that part somehow and thought you'd forgot to assign anyone! |
Fixes #794