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

Wrong date comparison code in download_and_extract_most_freq.py #1

Closed
jwes44 opened this issue Jul 7, 2023 · 1 comment
Closed

Comments

@jwes44
Copy link

jwes44 commented Jul 7, 2023

if year_now >= year_start & year_now <= year_end:
should be
if year_now >= year_start and year_now <= year_end:

@orgtre orgtre closed this as completed in e20471c Aug 14, 2023
@orgtre
Copy link
Owner

orgtre commented Aug 14, 2023

Thanks a lot for reporting this!

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

No branches or pull requests

2 participants