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 coeff methods for fpFieldElem and FpFieldElem #1796

Merged
merged 5 commits into from
Jun 21, 2024

Conversation

mjrodgers
Copy link
Contributor

@mjrodgers mjrodgers commented Jun 19, 2024

This adds coeff methods for these finite field types to be consistent with the other finite field types.

Fixes thofma/Hecke.jl#1546

Copy link

codecov bot commented Jun 19, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 85.89%. Comparing base (c60bc50) to head (16348d0).

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1796      +/-   ##
==========================================
- Coverage   85.92%   85.89%   -0.03%     
==========================================
  Files          95       95              
  Lines       36374    36382       +8     
==========================================
- Hits        31253    31252       -1     
- Misses       5121     5130       +9     

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

@thofma
Copy link
Member

thofma commented Jun 19, 2024

I will have a look later today

src/flint/gfp_fmpz_elem.jl Outdated Show resolved Hide resolved
Co-authored-by: Tommy Hofmann <thofma@gmail.com>
@thofma thofma merged commit 997bd2d into Nemocas:master Jun 21, 2024
25 of 26 checks passed
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.

Error in absolute_coordinates method with native prime fields
2 participants