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

implement load_function kwarg for collect_results! #424

Merged

Conversation

NuclearPowerNerd
Copy link
Contributor

The changes in this branch are a follow up from a previous pull request based on commit 6e6ff07 in PR #421. In that PR there were issues with whitespace changes inadvertantly coming from the autoformatter in vscode. Reverting the whitespace changes proved to be more difficult than anticicpated.

So to resolve this, this branch was created and a new PR will be created from it. The whitespace issues are gone but all the feedback and changes from the original PR are retained.

The commit makes the following changes.

  • add the load_function kwarg to collect_results. This allows customizing how data is loaded from file before being processed into a dataframe by collect_results.
  • add a test to update_result_tests.jl
  • update docstring of collect_results
  • increase package version to 2.16.0
  • update CHANGELOG.md

All tests passed, 589 of 589.

The changes in this branch are a follow up from a previous pull request
based on commit 6e6ff07 in PR JuliaDynamics#421. In that PR there were issues
with whitespace changes inadvertantly coming from the autoformatter
in vscode. Reverting the whitespace only changes proved to be more
difficult than anticicpated.

So to resolve this, this branch was created and a new PR will be created
from it. The whitespace issues are gone but all the feedback and changes
from the original PR are retained.

The commit makes the following changes.
 - add the `load_function` kwarg to `collect_results`. This allows
customizing how data is loaded from file before being processed into a
dataframe by `collect_results`.
 - add a test to `update_result_tests.jl`
 - update docstring of `collect_results`
 - increase package version to 2.16.0
 - update `CHANGELOG.md`

All tests passed, 589 of 589.
@NuclearPowerNerd
Copy link
Contributor Author

Here is the new PR @Datseris for PR #421. Please let me know if there are any final changes or comments and thanks for your patience on this one!

Copy link

codecov bot commented Aug 23, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 89.58%. Comparing base (59118d2) to head (ba1ec2e).
Report is 10 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #424      +/-   ##
==========================================
- Coverage   90.47%   89.58%   -0.89%     
==========================================
  Files           8        8              
  Lines         787      787              
==========================================
- Hits          712      705       -7     
- Misses         75       82       +7     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@Datseris Datseris merged commit ac0fe7f into JuliaDynamics:main Aug 23, 2024
4 of 6 checks passed
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