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

934: fix detection of gaps for forecasts #935

Merged
merged 4 commits into from
Jan 30, 2025
Merged

934: fix detection of gaps for forecasts #935

merged 4 commits into from
Jan 30, 2025

Conversation

sbfnk
Copy link
Contributor

@sbfnk sbfnk commented Jan 28, 2025

Description

This PR closes #934.

Initial submission checklist

  • My PR is based on a package issue and I have explicitly linked it.
  • I have tested my changes locally (using devtools::test() and devtools::check()).
  • I have added or updated unit tests where necessary.
  • I have updated the documentation if required and rebuilt docs if yes (using devtools::document()).
  • I have followed the established coding standards (and checked using lintr::lint_package()).
  • I have added a news item linked to this PR. not done as fixing an issue that has arisen since the last release

After the initial Pull Request

  • I have reviewed Checks for this PR and addressed any issues as far as I am able.

@sbfnk sbfnk requested review from jamesmbaazam and seabbs January 29, 2025 08:47
@sbfnk sbfnk enabled auto-merge January 29, 2025 08:48
seabbs
seabbs previously approved these changes Jan 30, 2025
jamesmbaazam
jamesmbaazam previously approved these changes Jan 30, 2025
Copy link
Contributor

@jamesmbaazam jamesmbaazam left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. Tried it locally as well to check if it works.

Aside: Should we adapt the plot labels to the accumulation units if uniform? For example, the y-axis still says "per day".

@seabbs
Copy link
Contributor

seabbs commented Jan 30, 2025

Should we adapt the plot labels to the accumulation units if uniform? For example, the y-axis still says "per day".

Good idea. Perhaps a new issue for this though?

@sbfnk sbfnk dismissed stale reviews from jamesmbaazam and seabbs via b1bd190 January 30, 2025 15:39
@sbfnk sbfnk requested a review from jamesmbaazam January 30, 2025 15:39
@sbfnk sbfnk added this pull request to the merge queue Jan 30, 2025
Merged via the queue into main with commit a130dac Jan 30, 2025
8 checks passed
@sbfnk sbfnk deleted the future-detect branch January 30, 2025 17:39
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

Successfully merging this pull request may close these issues.

Detection of accumulation for forecasts doesn't work
3 participants