-
Notifications
You must be signed in to change notification settings - Fork 3
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
BUG: issue with overlapping age groups in agg function #66
Labels
bug
Something isn't working
Comments
So the problem here was that
|
It gets caught right here. I'm not sure of a good generalized way to catch that there is an issue with |
8 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
The agg function produces this error when the overlapping age group (age start =0, age end = 11) is included in the dataset.
Error in subtrees[[i]]: subscript out of bounds
It would be nice if the error was more informative. I resolved the error by dropping the age group since it is not needed, but it would be nice if the function did that automatically.
To Reproduce
The text was updated successfully, but these errors were encountered: