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

var with collection of missings #137

Closed
bkamins opened this issue Jan 10, 2023 · 3 comments
Closed

var with collection of missings #137

bkamins opened this issue Jan 10, 2023 · 3 comments

Comments

@bkamins
Copy link
Contributor

bkamins commented Jan 10, 2023

Is this intended?

julia> var([missing, missing])
missing

but

julia> var((missing, missing))
ERROR: MethodError: no method matching realXcY(::Missing, ::Missing)

CC @nalimilan

@bkamins
Copy link
Contributor Author

bkamins commented Jan 10, 2023

Also:

julia> var([1, missing])
missing

julia> var((1, missing))
ERROR: MethodError: no method matching realXcY(::Missing, ::Missing)

@nalimilan
Copy link
Member

Dup of #95?

@bkamins
Copy link
Contributor Author

bkamins commented Jan 11, 2023

yes

@bkamins bkamins closed this as completed Jan 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants