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

Bugfix 420 agg stat bootstrap #426

Merged
merged 34 commits into from
Mar 7, 2025
Merged

Conversation

bikegeek
Copy link
Collaborator

@bikegeek bikegeek commented Feb 25, 2025

Pull Request Testing

  • Describe testing already performed for these changes:

  • Verified new tests are passing

  • Verified plot of AREARAT_FSA_OSA successfully plots

    • Loaded some HRRR data into the Testing group database: mv_met_out on 'dakota'
    • dakota has the bugfix_420_agg_stat_bootstrap feature branch, and 6.0.0 versions of METplotpy, METdataio, and METviewer
    • using the following settings (remove the .txt from the filename)
      plot_20250225_001540.xml.txt
  • Recommend testing for the reviewer(s) to perform, including the location of input datasets, and any additional instructions:

    • Verify that any other plots of interest are successful
  • Do these changes include sufficient documentation updates, ensuring that no errors or warnings exist in the build of the documentation? [NA]

  • Do these changes include sufficient testing updates? [Yes]

  • Will this PR result in changes to the test suite? [No]

    If yes, describe the new output and/or changes to the existing output:

  • Do these changes introduce new SonarQube findings? [Yes]

    If yes, please describe: Code coverage is < 80% (66.7%)

  • Please complete this pull request review by **for the beta2 release **.

Pull Request Checklist

See the METplus Workflow for details.

  • Add any new Python packages to the METplus Components Python Requirements table.
  • Review the source issue metadata (required labels, projects, and milestone).
  • Complete the PR definition above.
  • Ensure the PR title matches the feature or bugfix branch name.
  • Define the PR metadata, as permissions allow.
    Select: Reviewer(s) and Development issue
    Select: Milestone as the version that will include these changes
    Select: Coordinated METplus-X.Y Support project for bugfix releases or METcalcpy-X.Y.Z Development project for official releases
  • After submitting the PR, select the ⚙️ icon in the Development section of the right hand sidebar. Search for the issue that this PR will close and select it, if it is not already selected.
  • After the PR is approved, merge your changes. If permissions do not allow this, request that the reviewer do the merge.
  • Close the linked issue and delete your feature or bugfix branch from GitHub.

georgemccabe and others added 30 commits November 15, 2024 08:53
…e tests when changes are pushed to main_vX.Y and develop branches
* Combined beta release sections under one section

* Updated version, date, author rotation

* Added 'None' to update instructions

* Update release-notes.rst

changing date to 18th since GHA are very slow and unlikely to get release done by today

* Update conf.py

changing date from 17th to 18th, unlikely release will get finished today due to slow GHAs

* Update vulnerabilities.yaml

update version to 1.1.0

* Apply suggestions from code review

Co-authored-by: Julie Prestopnik <[email protected]>

---------

Co-authored-by: Julie Prestopnik <[email protected]>
replace safe.logger with safe_log.logger, to match import
fix safe_log.logger to safe_log()
…nput data used by METviewer for calculating the aggregation bootstrap statistics.
Copy link

@michelleharrold michelleharrold left a comment

Choose a reason for hiding this comment

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

Everything looks/works on my end. I approve!

@bikegeek bikegeek merged commit cbd24bc into develop Mar 7, 2025
6 of 7 checks passed
@bikegeek bikegeek deleted the bugfix_420_agg_stat_bootstrap branch March 7, 2025 18:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: 🏁 Done
Development

Successfully merging this pull request may close these issues.

Bugfix- agg_stat_bootstrap.py missing initialization of stat_vals list in _calc_stats.py
4 participants