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

Conversion issue on nightly #383

Closed
bkamins opened this issue Mar 11, 2022 · 0 comments · Fixed by #384
Closed

Conversion issue on nightly #383

bkamins opened this issue Mar 11, 2022 · 0 comments · Fixed by #384

Comments

@bkamins
Copy link
Member

bkamins commented Mar 11, 2022

julia> VERSION
v"1.9.0-DEV.165"

(@v1.9) pkg> st CategoricalArrays
Status `C:\Users\bogum\.julia\environments\v1.9\Project.toml`
  [324d7699] CategoricalArrays v0.10.3

julia> [CategoricalArray(1:10),
        CategoricalArray(string.('a':'j'))]
ERROR: MethodError: Cannot `convert` an object of type
  CategoricalValue{Int64,UInt32{}} to an object of type
  CategoricalValue{Union{Int64, String},UInt32{}}
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

Successfully merging a pull request may close this issue.

1 participant