Skip to content
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 a bug in coeff2 and add a test #391

Merged
merged 2 commits into from
Feb 22, 2022
Merged

Conversation

andreasnoack
Copy link
Member

@andreasnoack andreasnoack commented Feb 21, 2022

The eta < 1000.0 branch was missing the (-12.0*eta) denominator. I've also added some line breaks to make it easier to read the coefficients. This fixes part of #390.

@codecov
Copy link

codecov bot commented Feb 21, 2022

Codecov Report

Merging #391 (ae39433) into master (5bcad28) will decrease coverage by 0.39%.
The diff coverage is 24.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #391      +/-   ##
==========================================
- Coverage   92.41%   92.01%   -0.40%     
==========================================
  Files          12       12              
  Lines        2794     2806      +12     
==========================================
  Hits         2582     2582              
- Misses        212      224      +12     
Flag Coverage Δ
unittests 92.01% <24.00%> (-0.40%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
src/gamma_inc.jl 90.01% <24.00%> (-1.81%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 5bcad28...ae39433. Read the comment docs.

Copy link
Member

@devmotion devmotion left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I checked and it seems to be consistent with the Fortran code now.

src/gamma_inc.jl Outdated Show resolved Hide resolved
Co-authored-by: David Widmann <devmotion@users.noreply.github.com>
@andreasnoack andreasnoack merged commit 7a74eac into master Feb 22, 2022
@andreasnoack andreasnoack deleted the an/fix_gamma_inc_inv branch February 22, 2022 09:09
@andreasnoack andreasnoack added backport For PRs that should be haven't been backported and removed backport For PRs that should be haven't been backported labels Feb 22, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants