Increase test coverage#486
Open
martin-springer wants to merge 4 commits intomulti_YoY_integrationfrom
Open
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## multi_YoY_integration #486 +/- ##
=========================================================
+ Coverage 96.66% 96.79% +0.12%
=========================================================
Files 12 12
Lines 2340 2340
=========================================================
+ Hits 2262 2265 +3
+ Misses 78 75 -3 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request adds comprehensive tests to cover error handling paths in the
rdtools.analysis_chainsmodule. The new tests ensure that invalid inputs and edge cases are properly validated and raise the expected errors, improving the robustness of the codebase.Testing Improvements:
rdtools.analysis_chains, including validation forfilter_paramsandfilter_params_aggregatedsetters, index mismatches inclearsky_rescale, and missing data scenarios for various filters (poa_filter,tcell_filter,hour_angle_filter,clearsky_filter). Also added a test for invalidcasevalues indegradation_timeseries_plot.[] Code changes are covered by tests[] Code changes have been evaluated for compatibility/integration with TrendAnalysis[ ] New functions added to__init__.py[ ] API.rst is up to date, along with other sphinx docs pages[ ] Example notebooks are rerun and differences in results scrutinized