-
Notifications
You must be signed in to change notification settings - Fork 40
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
Inference failure on mean
with a subarray
#160
Comments
Update, the inference failure happens because
I'm bummed
|
The
|
This also affects issue also affects the function
|
I am working on a PR to Missings.jl where I construct a subarray manually. See the PR here
I've been trying to debug inference issues using the
mean
function. I thought that my implementation was wrong. But now I see thatmean
is actually type-unstable in this instance!Is there anything that I should do to recover type stability? Is that I'm doing kosher at all?
The text was updated successfully, but these errors were encountered: