-
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
Papercut 3666 #3814
Papercut 3666 #3814
Conversation
* 🎨 Small cleanup * 🚧 Initial structure
* Create equilibrium comparison plotter class - compare equilibrium object with reference equilibrium - split psi plotting - plotting percentage difference between current and reference equilibrium - plot reference lcfs * work on plots before work to update plot instead of producing new plots * make subplots have the same axes limits * remove unused argument in call to EquilibriumComparisonPlotter class in _minimal_current * Add xz_plot_setup to plot_tools.py * working on updating plot * remove blank line after docstring * trying to update colorbar (from stackexchange) * colorbar updating instead of multiple colorbars * add # noqa: BLE001 to Exception * update typing * pre-commit changes * fix from github comment * 🚨 Few missing imports --------- Co-authored-by: james <[email protected]>
Co-authored-by: je-cook <[email protected]>
Co-authored-by: je-cook <[email protected]>
Co-authored-by: je-cook <[email protected]>
Co-authored-by: je-cook <[email protected]>
Co-authored-by: je-cook <[email protected]>
Co-authored-by: je-cook <[email protected]>
Co-authored-by: je-cook <[email protected]>
Co-authored-by: je-cook <[email protected]>
cd5f3bb
to
8176612
Compare
|
Wrong branch. |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #3814 +/- ##
===========================================
- Coverage 76.75% 76.63% -0.13%
===========================================
Files 230 232 +2
Lines 27238 28187 +949
===========================================
+ Hits 20906 21600 +694
- Misses 6332 6587 +255 ☔ View full report in Codecov by Sentry. |
Linked Issues
Closed papercut #3666
Description
"Why does the less intuitive, simpler algebra form work better??"
Not certain of the answer, but as we have the safe _direction_cosine_matrix_debugging version to compare to the speedier _direction_cosine_matrix, it seems ok to remove it from papercut TODO's.
Have left as a NOTE in comments.
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