-
Notifications
You must be signed in to change notification settings - Fork 15
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
fix: derating analysis errors #1279
base: master
Are you sure you want to change the base?
Conversation
* master: build: bump sqlalchemy-utils from 0.40.0 to 0.41.0 (#1247) build: bump pytest from 7.3.0 to 7.3.1 (#1246) build: bump mock from 5.0.1 to 5.0.2 (#1245) build: bump xlsxwriter from 3.0.9 to 3.1.0 (#1244) build: bump pygments from 2.14.0 to 2.15.0 (#1243) build: bump pytest-sugar from 0.9.6 to 0.9.7 (#1242) build: bump sqlalchemy from 2.0.8 to 2.0.9 (#1239) build: bump mypy from 1.1.1 to 1.2.0 (#1240) build: bump pytest from 7.2.2 to 7.3.0 (#1241)
Co-authored-by: Sourcery AI <>
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## master #1279 +/- ##
==========================================
- Coverage 96.88% 96.80% -0.08%
==========================================
Files 157 157
Lines 5529 5548 +19
Branches 491 498 +7
==========================================
+ Hits 5357 5371 +14
- Misses 147 150 +3
- Partials 25 27 +2
Flags with carried forward coverage won't be shown. Click here to find out more.
☔ View full report in Codecov by Sentry. |
* master: build: bump pytest-cov from 4.0.0 to 4.1.0 (#1278) build: bump pre-commit from 3.3.1 to 3.3.2 (#1275) build: bump docformatter from 1.7.0 to 1.7.1 (#1272) build: bump requests from 2.28.2 to 2.31.0 (#1276) build: bump xlsxwriter from 3.1.0 to 3.1.2 (#1277) build: bump sqlalchemy from 2.0.13 to 2.0.15 (#1273) build: bump docformatter from 1.6.5 to 1.7.0 (#1271) build: bump sphinx from 7.0.0 to 7.0.1 (#1270)
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
Does this PR introduce a breaking change?
Describe the purpose of this pull request.
To fix IndexErrors and KeyErrors raised during derating analysis.
Describe how this was implemented.
Added error handling to the derating analysis.
Describe any particular area(s) reviewers should focus on.
None
Provide any other pertinent information.
Pull Request Checklist
Code Style
Static Checks
this PR.
Tests
Chores
this PR. These problem areas have been decorated with an ISSUE: # comment.