-
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
TimesModel.data_years() throws exception for non-int years #217
Comments
Interesting! Dash-separated values should not have reached this far... We should definetely expand them. Could you check in |
Sure thing, these are all the spots they appear in
|
Thanks! We currently expand dash-separated values only for |
No worries. |
Austimes has some non-integer-parseable year values (e.g.
2070-EOH
) which this function fails on:If the intention was to collect all the valid years, this could be fixed by updating to:
to:
Would this work, or would we need to interpret/expand these ranges?
The text was updated successfully, but these errors were encountered: