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

Fit integer method and tests #21

Merged
merged 1 commit into from
Apr 26, 2022
Merged

Fit integer method and tests #21

merged 1 commit into from
Apr 26, 2022

Conversation

andreasnoack
Copy link
Owner

I realized that the real issue here wasn't really the piracy but that the integer method wasn't right and wasn't tested.

Closes #19

@codecov-commenter
Copy link

codecov-commenter commented Apr 26, 2022

Codecov Report

Merging #21 (ef0a925) into master (c636e52) will increase coverage by 3.84%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master      #21      +/-   ##
==========================================
+ Coverage   88.46%   92.30%   +3.84%     
==========================================
  Files           1        1              
  Lines          26       26              
==========================================
+ Hits           23       24       +1     
+ Misses          3        2       -1     
Impacted Files Coverage Δ
src/FastPolynomialRoots.jl 92.30% <100.00%> (+3.84%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update c636e52...ef0a925. Read the comment docs.

@andreasnoack andreasnoack merged commit 4175200 into master Apr 26, 2022
@andreasnoack andreasnoack deleted the an/issue19 branch April 26, 2022 12:25
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.

Missing working methods after Polynomials.roots() is overwritten
2 participants