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

Add shape parameters solver for P3 #299

Merged
merged 1 commit into from
Jan 31, 2024
Merged

Conversation

trontrytel
Copy link
Member

@trontrytel trontrytel commented Jan 29, 2024

This PR adds shape parameters solver to the P3 scheme.

Right now it only works for Float64. We need to switch to different units inside the solver. We should also test the range of input parameters for which the solver converges.

Copy link

codecov bot commented Jan 29, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (7c25843) 98.69% compared to head (2bcf7ec) 98.74%.
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #299      +/-   ##
==========================================
+ Coverage   98.69%   98.74%   +0.04%     
==========================================
  Files          33       33              
  Lines         844      874      +30     
==========================================
+ Hits          833      863      +30     
  Misses         11       11              

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

@trontrytel trontrytel force-pushed the apaj/shape_params_solver branch 4 times, most recently from 1984ce1 to c951fa4 Compare January 31, 2024 00:51
@trontrytel trontrytel force-pushed the apaj/shape_params_solver branch from c951fa4 to 2bcf7ec Compare January 31, 2024 17:46
@trontrytel trontrytel changed the title Apaj/shape params solver Add shape parameters solver for P3 Jan 31, 2024
@trontrytel trontrytel added the P3 label Jan 31, 2024
@trontrytel trontrytel linked an issue Jan 31, 2024 that may be closed by this pull request
@trontrytel trontrytel marked this pull request as ready for review January 31, 2024 17:51
Copy link
Contributor

@anastasia-popova anastasia-popova left a comment

Choose a reason for hiding this comment

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

Looks good.

@anastasia-popova anastasia-popova merged commit 3ed666d into main Jan 31, 2024
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Compute lambda and N_0 based on m(D), N_tot and q
2 participants