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

Add get_vfpa_hadcp after 06 weather collection #283

Merged
merged 5 commits into from
Jul 16, 2024

Conversation

douglatornell
Copy link
Member

Collect the previous day's observations from the VFPA HADCP located at the 2nd Narrows railway bridge early in the morning after the 06Z weather forecast products have been downloaded. This restores daily collection of the HADCP obs that were inadvertently stopped when we stopped running the VHFR FVCOM model in Mar-2023.

Collect the previous day's observations from the VFPA HADCP located at the 2nd
Narrows railway bridge early in the morning after the 06Z weather forecast
products have been downloaded. This restores daily collection of the HADCP obs
that were inadvertently stopped when we stopped running the VHFR FVCOM model in
Mar-2023.
@douglatornell douglatornell added bug Something isn't working Workflow labels Jul 13, 2024
@douglatornell douglatornell added this to the v24.2 milestone Jul 13, 2024
Copy link

codecov bot commented Jul 13, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 77.67%. Comparing base (95a9863) to head (6e7b345).
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #283      +/-   ##
==========================================
+ Coverage   77.65%   77.67%   +0.02%     
==========================================
  Files         133      133              
  Lines       18695    18735      +40     
  Branches     1910     1909       -1     
==========================================
+ Hits        14517    14553      +36     
- Misses       4111     4115       +4     
  Partials       67       67              
Flag Coverage Δ
unittests 77.67% <100.00%> (+0.02%) ⬆️

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.

Remove non-informative "Set up and run the worker." line at the beginning.

re: issue #121
Test suite maintenance.

re: issue #81
@douglatornell douglatornell added the maintenance Codebase maintenance label Jul 13, 2024
Replace unittest.mock.patch decorator with pytest caplog fixture for tests of
logging.

Test suite maintenance re: issue #82.
Modified the unit tests in test_get_vfpa_hadcp.py to use pytest fixtures and
monkeypatching for more accurate and isolated tests. This includes new mocks
for make_hour_dataset and write_netcdf, as well as changes in logging and
managing file paths. Particular attention given was given to ensuring accurate
capture of log messages.
@douglatornell douglatornell merged commit 5261aa1 into main Jul 16, 2024
7 checks passed
@douglatornell douglatornell deleted the get_vfpa_hadcp-after-06-weather branch July 16, 2024 23:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working maintenance Codebase maintenance Workflow
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant