-
Notifications
You must be signed in to change notification settings - Fork 16
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
Remove some repetition from Greens #3272
Remove some repetition from Greens #3272
Conversation
Quality Gate passedIssues Measures |
5a50acb
to
7574352
Compare
Co-authored-by: je-cook <81617086+je-cook@users.noreply.github.com>
Co-authored-by: je-cook <81617086+je-cook@users.noreply.github.com>
b6753ff
to
41fb36b
Compare
Quality Gate passedIssues Measures |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #3272 +/- ##
===========================================
- Coverage 76.38% 76.02% -0.36%
===========================================
Files 230 230
Lines 26640 26640
===========================================
- Hits 20349 20254 -95
- Misses 6291 6386 +95 ☔ View full report in Codecov by Sentry. |
|
5001647
into
Fusion-Power-Plant-Framework:develop
Linked Issues
Papercut #205 - three suggestions are made in this issue. The first addresses repetition and is covered by this pull request. The second is now a separate issue (#3273). The third was discussed by Bluemira developers but does not need to be implemented.
Description
Calculations that are repeated in multiple locations are now functions.
Checklist
I confirm that I have completed the following checks:
pytest tests --reactor
pre-commit run --from-ref develop --to-ref HEAD
sphinx-build -W documentation/source documentation/build