-
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
Add gridded collocation option #3065
Add gridded collocation option #3065
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #3065 +/- ##
===========================================
- Coverage 79.71% 79.44% -0.27%
===========================================
Files 227 227
Lines 25513 25525 +12
===========================================
- Hits 20337 20279 -58
- Misses 5176 5246 +70 ☔ View full report in Codecov by Sentry. |
|
bluemira/equilibria/optimisation/harmonics/harmonics_approx_functions.py
Outdated
Show resolved
Hide resolved
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.
LGTM - just a potential speed improvement if it is necessary.
d1b2732
to
25fa778
Compare
Quality Gate passedIssues Measures |
b6be06d
into
Fusion-Power-Plant-Framework:develop
* add new collocation point option * tidy up use of collocation points function * use mask * tidy up after refactor and give n_points default value
Description
Add option to create a uniform grid of sampled points for use in spherical harmonic approximation.
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