-
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 lower port tests #2981
Add lower port tests #2981
Conversation
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #2981 +/- ##
===========================================
+ Coverage 79.76% 79.81% +0.05%
===========================================
Files 223 226 +3
Lines 24986 25053 +67
===========================================
+ Hits 19929 19995 +66
- Misses 5057 5058 +1 ☔ View full report in Codecov by Sentry. |
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.
Looks good, just remove comments
Quality Gate passedThe SonarCloud Quality Gate passed, but some issues were introduced. 7 New issues |
* 🚚 Organise eudemo maintenance tests * 🧪 Failing test * 🎨 Rearrange test * ✅ Alternative 1 * ✅ Alternative 2 * 🏷️ Not required typing * 🧪 Add duct touching tf coil assert * 🔥 Remove some tests that should fail * ✅ Error raising test * 🎨 Cleanup * 💡 Remove comments
* 🚚 Organise eudemo maintenance tests * 🧪 Failing test * 🎨 Rearrange test * ✅ Alternative 1 * ✅ Alternative 2 * 🏷️ Not required typing * 🧪 Add duct touching tf coil assert * 🔥 Remove some tests that should fail * ✅ Error raising test * 🎨 Cleanup * 💡 Remove comments
Linked Issues
Closes #2253
Description
Adds some lower port tests and does some small rearrangement.
There is a choice here which limit should be imposed on the straight section size.
I've currently got 2) set up but up to the reviewer. I can't decide which is best.
The approximation of the TF coil being semi circular also leads to some failures in y point selection. For now I have just added a TODO (and will open an issue if agreed). This only affects extremes of input.
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