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 README.md #321

Merged
merged 1 commit into from
Aug 1, 2023
Merged

Update README.md #321

merged 1 commit into from
Aug 1, 2023

Conversation

bikegeek
Copy link
Collaborator

@bikegeek bikegeek commented Aug 1, 2023

update required Python version to 3.10+

Pull Request Testing

  • Describe testing already performed for these changes:

  • Recommend testing for the reviewer(s) to perform, including the location of input datasets, and any additional instructions:

  • Do these changes include sufficient documentation updates, ensuring that no errors or warnings exist in the build of the documentation? [Yes or No]

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

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

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

  • Please complete this pull request review by [Fill in date].

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)
    Select: Organization level software support Project or Repository level development cycle Project
    Select: Milestone as the version that will include these changes
  • 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.

update required Python version to 3.10+
Copy link
Contributor

@hankenstein2 hankenstein2 left a comment

Choose a reason for hiding this comment

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

Thanks for doing this Minna!

@hankenstein2 hankenstein2 merged commit af825f3 into main_v2.1 Aug 1, 2023
3 checks passed
@bikegeek bikegeek deleted the bikegeek-patch-1 branch August 1, 2023 23:23
hankenstein2 pushed a commit that referenced this pull request Feb 2, 2024
* Update README.md (#321)

update required Python version to 3.10+

* Added aggregation features

* Test

* removed folders

* Added aggregation features

* Updates settings and improved folder search algorithm; Added README

* Corrected FBIAS stat fields

* Create Aggregation.rst

creating file from:https://github.com/dtcenter/METcalcpy/blob/feature_325_aggregation_support/metcalcpy/pre_processing/aggregation/README.md
Copied Vertical Interpolation as a template

* adding aggregation

* Rename Aggregation.rst to aggregation.rst

* first pass at cleaning up warnings

* changing to 3rd person

* issue #325 CTS data from RRFS to test aggregation

* Issue #325 added background on agg_stat.py

* issue #325 added instructions for bash and csh, added links to external references

* issue #325 fix syntax for subsection

* Issue #325 fix grammar, add instructions for importing and invoked by another script

* issue #325 more fixes to grammar for import instructions

* issue #325 added corrected instructions for running via command-line (included the path to the agg_stat.py module)

* Issue #325 modify config file to specify valid paths for input and output files.

* Issue #325 modified for User's Guide instructions

* issue #325 added reformatted data for ECNT and compatible for METcalcpy agg_stat input

* Delete test/data/rrfs_cts_reformatted.data

not used for testing.  Using the ECNT data instead.

* issue #325 pytest on ECNT data reformatted with METdataio METreformat and aggregation statistics calculated

* issue #325 added latest test for ECNT aggregation

* Issue #325 address pandas future warning that causes current pytests to fail.
Remove pandas chaining such as:
  df['column_name'][index] = var_name

with:
 df.loc[index, 'column_name'] = var_name

* Issue #325 address pandas future warning that causes current pytests to fail.
Remove pandas chaining such as:
  df['column_name'][index] = var_name

with:
 df.loc[index, 'column_name'] = var_name

* Issue #325 updated input data to ECNT data, corrected the explanation of expected input format for agg_stat.

* Issue #325 modify config file to use RRFS ECNT .stat data reformatted by METdataio

* issue #325 point to actual config file via literalinclude

* issue #325 replace reference to the CTS output file with ECNT

* replace pandas append with concat

* Update unit_tests.yml

added test_reformatted_for_agg.py

* fixed syntax error with list

* issue #325 update test data with correctly reformatted ECNT line data

* issue #325 removed some unneccessary text

---------

Co-authored-by: VanderleiVargas-NOAA <[email protected]>
Co-authored-by: lisagoodrich <[email protected]>
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.

2 participants