-
-
Notifications
You must be signed in to change notification settings - Fork 421
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
Fix/nlte ionization matrix #2501
Fix/nlte ionization matrix #2501
Conversation
Co-authored-by: Christian Vogl <cvogl@mpa-garching.mpg.de>
Co-authored-by: Christian Vogl <cvogl@mpa-garching.mpg.de>
Co-authored-by: Christian Vogl <cvogl@mpa-garching.mpg.de>
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
87 changed files? |
yes - this depends on #2500. It's otherwise difficult to work with. |
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## master #2501 +/- ##
==========================================
+ Coverage 68.13% 68.67% +0.53%
==========================================
Files 166 165 -1
Lines 13961 13988 +27
==========================================
+ Hits 9513 9606 +93
+ Misses 4448 4382 -66 ☔ View full report in Codecov by Sentry. |
The negative value problem seems to have been caused by a greater sign error in the negative value fixer module
REQUIRES THE merge of #2500