-
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 functionality for uneven endcaps polyhedral current source #3153
Add functionality for uneven endcaps polyhedral current source #3153
Conversation
|
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #3153 +/- ##
===========================================
+ Coverage 80.46% 80.49% +0.03%
===========================================
Files 222 222
Lines 24644 24661 +17
===========================================
+ Hits 19829 19851 +22
+ Misses 4815 4810 -5 ☔ View full report in Codecov by Sentry. |
f850710
to
e3b4e65
Compare
e3b4e65
to
c6ad8c6
Compare
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.
Happy for now hopefully in future we can get rid of these qualifiers
* initial changes, needs refinement * added singular warning when using circuits * small fix of var name * fix to attribute error * comment out section * change to warning calling method * made bool inputs optional for polyhedralprismcurrentsource * added and changed tests that involve polyhedralprismcurrentsource end cap angles * discretize to discretise fix
Description
Adding functionality to allow for ArbitraryPlanarPolyhedralXSCircuit to work when PolyhedralPrismCurrentSource has non equal end cap angles. Ideally a way to do it such that it is obvious when done and has to be intentional. Likely add a warning when used for this effect and to point out that there is reduction in accuracy of result when doing this. For use in STEP bluemira so can have TF coils with non-rectangular cross sections.
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