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

Change _acb_set to take real and imag part as tuple #1928

Merged
merged 1 commit into from
Oct 27, 2024

Change `_acb_set` to take real and imag part as tuple

4dcf522
Select commit
Loading
Failed to load commit list.
Merged

Change _acb_set to take real and imag part as tuple #1928

Change `_acb_set` to take real and imag part as tuple
4dcf522
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Oct 27, 2024 in 0s

87.38% (-0.01%) compared to 13e29a5

View this Pull Request on Codecov

87.38% (-0.01%) compared to 13e29a5

Details

Codecov Report

Attention: Patch coverage is 36.84211% with 24 lines in your changes missing coverage. Please review.

Project coverage is 87.38%. Comparing base (13e29a5) to head (4dcf522).

Files with missing lines Patch % Lines
src/arb/ArbTypes.jl 20.00% 8 Missing ⚠️
src/arb/Complex.jl 46.15% 7 Missing ⚠️
src/arb/acb.jl 46.15% 7 Missing ⚠️
src/arb/ComplexMat.jl 0.00% 1 Missing ⚠️
src/arb/acb_mat.jl 0.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1928      +/-   ##
==========================================
- Coverage   87.39%   87.38%   -0.01%     
==========================================
  Files          97       97              
  Lines       35642    35642              
==========================================
- Hits        31149    31147       -2     
- Misses       4493     4495       +2     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.