-
Notifications
You must be signed in to change notification settings - Fork 130
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
filter: --group-by fails to error properly when used with date-only values #795
Labels
bug
Something isn't working
Comments
Thank you for calling this out, @victorlin! This might be a subset of #754, unless you think there's enough difference to keep this issue open. I'd love to see better error handling in augur filter (and generally in augur). Some of the current implementation decisions date back to the first version of Augur and could definitely be revisited. |
Repository owner
moved this from New
to Done
in Nextstrain planning (archived)
Dec 3, 2021
Didn't mean to close this 🤦 |
Repository owner
moved this from Done
to New
in Nextstrain planning (archived)
Dec 3, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
While writing tests for #794, I noticed a couple edge case-y bugs.
Setup
Create a simple metadata file without a
date
column:Group by year
Output:
This should fail earlier instead of trying to use
_dummy
.Group by year and month
Output:
This should fail instead of passing.
The text was updated successfully, but these errors were encountered: