-
Notifications
You must be signed in to change notification settings - Fork 7
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
length
gives wrong answer on Categorical values
#61
Comments
Thank you for this report. I'll try to get a fix and a new version out this weekend. |
I see the issue. It seems that CategoricalArray is not an Array and CategoricalVector is not a Vector |
Why use |
Honestly, I'm pretty sure I did that on purpose, but I can't remember why. (It's been years.) I think there were some AbstractVector subtypes I wanted to exclude. I think it may have been BitVector. My coding time is extremely limited these days. Would you like to try swapping Vector for AbstractVector to see if the tests pass and it works in your project? |
This should give 3 but it gives 1.
The text was updated successfully, but these errors were encountered: