-
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
Import coilset details from eqdsk if available #3356
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #3356 +/- ##
========================================
Coverage 74.32% 74.32%
========================================
Files 242 242
Lines 26902 26916 +14
========================================
+ Hits 19994 20006 +12
- Misses 6908 6910 +2 ☔ View full report in Codecov by Sentry. |
|
Co-authored-by: Oliver Funk <oliverfunk@users.noreply.github.com>
Co-authored-by: Oliver Funk <oliverfunk@users.noreply.github.com>
Quality Gate passedIssues Measures |
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.
Super great!
* ✨ Add coilset additions to equilibrium * ✅ Tests * Update bluemira/equilibria/coils/_grouping.py Co-authored-by: Oliver Funk <oliverfunk@users.noreply.github.com> * Update bluemira/equilibria/coils/_grouping.py Co-authored-by: Oliver Funk <oliverfunk@users.noreply.github.com> --------- Co-authored-by: Oliver Funk <oliverfunk@users.noreply.github.com>
Linked Issues
Closes #3294 Closes #645
#645 is probably an unfixable problem for raw eqdsk but this sidesteps that problem for json
Description
Imports coil names into equilibrium objects
Interface Changes
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