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 polynomial power overflow bug #488

Merged
merged 1 commit into from
May 21, 2023
Merged

Fix polynomial power overflow bug #488

merged 1 commit into from
May 21, 2023

Conversation

Lasagnenator
Copy link
Contributor

Fixes #487.

@mhostetter mhostetter added poly Related to polynomials bug-fix Fixes a reported bug labels May 21, 2023
@codecov
Copy link

codecov bot commented May 21, 2023

Codecov Report

Patch coverage: 100.00% and no project coverage change.

Comparison is base (a140a46) 96.33% compared to head (d8bb893) 96.33%.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #488   +/-   ##
=======================================
  Coverage   96.33%   96.33%           
=======================================
  Files          46       46           
  Lines        5842     5842           
=======================================
  Hits         5628     5628           
  Misses        214      214           
Impacted Files Coverage Δ
src/galois/_polys/_dense.py 96.45% <100.00%> (ø)

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@Lasagnenator
Copy link
Contributor Author

I wasn't sure which branch you wanted to merge into so I just put master (the default).

@mhostetter
Copy link
Owner

Thanks!

Can you select release/0.3.x (should be able to change in the GitHub webpage)? I'll merge this there and then release this bug fix in v0.3.6.

@Lasagnenator Lasagnenator changed the base branch from master to release/0.3.x May 21, 2023 15:00
@mhostetter mhostetter merged commit 1c09d8c into mhostetter:release/0.3.x May 21, 2023
@Lasagnenator Lasagnenator deleted the fix-487 branch May 22, 2023 01:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug-fix Fixes a reported bug poly Related to polynomials
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Overflow in polynomial pow
2 participants