-
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
Clip the grid in the z-direction for SH LCFS fit metric #3215
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #3215 +/- ##
===========================================
- Coverage 82.69% 80.32% -2.38%
===========================================
Files 218 224 +6
Lines 23597 24741 +1144
===========================================
+ Hits 19513 19872 +359
- Misses 4084 4869 +785 ☔ View full report in Codecov by Sentry. |
Quality Gate passedIssues Measures |
|
5a50acb
to
7574352
Compare
* clip the grid in the z direction for SH LCFS fit metric * correct line length * update tests and notebooks * fix quality errors * ruff * update color scale and add LCFS to plot --------- Co-authored-by: Georgina Graham <georgina.graham@ukaea.uk>
Description
Clip the equilibrium grid, so that the lower/upper-most coils are at the grid edges when inside the spherical harmonic approximation finding function. Prevents the use of an excessive number of required degrees in an approximation for cases where the LCFS appears to wrap around the divertor coils.
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