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 overflow bug with "python-calculate" using native NumPy ufuncs #441

Merged
merged 2 commits into from Dec 7, 2022

Conversation

mhostetter
Copy link
Owner

Fixes #358

@mhostetter mhostetter added the bug Something isn't working label Dec 5, 2022
@codecov
Copy link

codecov bot commented Dec 5, 2022

Codecov Report

Base: 96.37% // Head: 96.37% // Increases project coverage by +0.00% 🎉

Coverage data is based on head (b5335a5) compared to base (a182763).
Patch coverage: 100.00% of modified lines in pull request are covered.

Additional details and impacted files
@@              Coverage Diff               @@
##           release/0.3.x     #441   +/-   ##
==============================================
  Coverage          96.37%   96.37%           
==============================================
  Files                 42       42           
  Lines               5510     5522   +12     
==============================================
+ Hits                5310     5322   +12     
  Misses               200      200           
Impacted Files Coverage Δ
src/galois/_codes/_bch.py 97.51% <100.00%> (ø)
src/galois/_domains/_function.py 96.96% <100.00%> (ø)
src/galois/_domains/_linalg.py 95.53% <100.00%> (ø)
src/galois/_domains/_ufunc.py 94.32% <100.00%> (+0.22%) ⬆️
src/galois/_lfsr.py 98.82% <100.00%> (ø)
src/galois/_polys/_dense.py 96.79% <100.00%> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

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

@mhostetter mhostetter force-pushed the fix-pure-python-overridden-ufuncs branch from fec2d30 to ef5b946 Compare December 5, 2022 20:22
@mhostetter mhostetter force-pushed the fix-pure-python-overridden-ufuncs branch from ef5b946 to b5335a5 Compare December 6, 2022 21:29
@mhostetter mhostetter changed the base branch from release/0.2.x to release/0.3.x December 6, 2022 21:29
@mhostetter mhostetter merged commit 13770e0 into release/0.3.x Dec 7, 2022
@mhostetter mhostetter deleted the fix-pure-python-overridden-ufuncs branch December 7, 2022 22:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant