-
Notifications
You must be signed in to change notification settings - Fork 2
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
reset_index is performed on the float value #322 #323
Conversation
@TatianaBurek , do you have a screenshot of what the plot is supposed to look like? I'm trying to generate this from the command line with the provided yaml file and I can't seem to get the correct number of plotting settings. |
Attached are the plot and XML files |
When generating from the command line, an empty plot is generated and the log file does not indicate any errors. The This is the configuration file used: also tried using the originally supplied config file from the Pull Request Testing section (modified to include the plot_ci, plot_disp, series_order, user_legend, series_symbols, and colors): Using this data as input: With both develop and main_v2.1 versions of METplotpy and the issue_322_reset_index branch of METcalcpy. Can you take a look and verify if this is also creating an empty line plot? |
The attached files are provided to be used to test pstg_statistics.py using agg_stats.py |
I updated the Pull Request Testing section with these instructions. I wanted to make sure that generating a plot from the command line was unaffected, as the UFS team might be interested in doing this from the command line. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ran agg_stat.py from the command line and created a valid output file.
* Prepare for next release * add missing end quote to fix package install * reset_index is performed on the float value #322 (#323) * Update release notes (#328) * Update release-notes.rst formatting * Update and rename 2.1.0_wcoss2 to 3.0.0_wcoss2 * loop over statistics only once to avoid data multiplication #330 (#331) * Added sphinx_rtd_theme to extensions * Updated requirements.txt * Added pillow * feature 497 headers (#336) * changing header for continuity * Modified the other headers in the file to be consistent with other repos --------- Co-authored-by: Julie Prestopnik <[email protected]> * Beta2 release (#338) * Next version * Feature 332 di doc (#333) * Add difficulty index documentation * Add more documentation * Add more definition * Fix indent * Add figure * fix indentation * fix equations * Add table * Added remaining tables * fix table issue * Add links * formatting * change link to latest --------- Co-authored-by: Tracy <[email protected]> * Additions to beta2 release (#340) * Next beta * Bugfix 329 negative bcmse (#344) * Issue #329 return 0 if negative BCMSE value is calculated * Issue #329 add test for calculate_bcmse() in the sl1l2_statistics module * Issue #392 added test_sl1l2.py to the list of pytests to run * command line updates * updating yaml file --------- Co-authored-by: Hank Fisher <[email protected]> Co-authored-by: George McCabe <[email protected]> Co-authored-by: John Halley Gotway <[email protected]> Co-authored-by: Tatiana Burek <[email protected]> Co-authored-by: jprestop <[email protected]> Co-authored-by: Tracy Hertneky <[email protected]> Co-authored-by: Tracy <[email protected]> Co-authored-by: bikegeek <[email protected]>
Pull Request Testing
Tested on mohawk and locally using attached data
plot_20230818_180136.agg_stat.info.txt
plot_20230818_180136.data.agg_stat.txt
REMINDER: change values agg_stat_input and agg_stat_output based on the local configurations
Recommend testing for the reviewer(s) to perform, including the location of input datasets, and any additional instructions:
Verify that the output file you specified in the agg_stat_output setting in the plot_20230818_180136.agg_stat.info (YAML config file) produces the expected output file and the file contains tabular data that is not full of NaN's.
REMINDER: change values agg_stat_input and agg_stat_output based on the local configurations
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.
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