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

Update date parsing for river data collection #293

Merged
merged 1 commit into from
Sep 1, 2024

Conversation

douglatornell
Copy link
Member

Changed the date_parser to date_format in collect_river_data.py to use ISO8601 date format. Updated corresponding unit test mock in test_collect_river_data.py for consistency. These changes were required due to deprecation of date_parser in pandas=2.0.0.

re: issue #290

Changed the date_parser to date_format in collect_river_data.py to use ISO8601
date format. Updated corresponding unit test mock in test_collect_river_data.py
for consistency. These changes were required due to deprecation of date_parser
in pandas=2.0.0.

re: issue #290
@douglatornell douglatornell added Workers maintenance Codebase maintenance labels Sep 1, 2024
@douglatornell douglatornell added this to the v24.2 milestone Sep 1, 2024
@douglatornell douglatornell linked an issue Sep 1, 2024 that may be closed by this pull request
Copy link

codecov bot commented Sep 1, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 77.68%. Comparing base (0810d54) to head (19bd0ba).
Report is 15 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #293   +/-   ##
=======================================
  Coverage   77.67%   77.68%           
=======================================
  Files         133      133           
  Lines       18733    18733           
  Branches     1910     1909    -1     
=======================================
+ Hits        14551    14552    +1     
  Misses       4115     4115           
+ Partials       67       66    -1     
Flag Coverage Δ
unittests 77.68% <100.00%> (+<0.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@douglatornell douglatornell merged commit 4b539f1 into main Sep 1, 2024
8 checks passed
@douglatornell douglatornell deleted the issue290-read_csv branch September 1, 2024 17:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
maintenance Codebase maintenance Workers
Projects
None yet
Development

Successfully merging this pull request may close these issues.

FutureWarning in collect_river_data
1 participant