-
Notifications
You must be signed in to change notification settings - Fork 112
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
Cannot compute median #202
Cannot compute median #202
Comments
It would be fixed if this line was defined using |
anyone already tried creating a PR yet? |
this adds support for computing the median of unitful types, see PainterQubits/Unitful.jl#202
this adds support for computing the median of unitful types, see PainterQubits/Unitful.jl#202
* relax type definition of middle this adds support for computing the median of unitful types, see PainterQubits/Unitful.jl#202 * updates docs and add tests for middle on non-reals
This is fixed by https://github.com/JuliaLang/Statistics.jl/pull/28, which should make it into the next version of Julia (my guess is 1.6.0). |
The updated Statistics.jl has been merged into Base (JuliaLang/julia#37950) so the next version of Julia shouldn't have this issue (it should make it into the 1.6 release). |
MWE:
The text was updated successfully, but these errors were encountered: