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 integer comparisons #157

Merged
merged 1 commit into from
Mar 26, 2022
Merged

fix integer comparisons #157

merged 1 commit into from
Mar 26, 2022

Conversation

stevengj
Copy link
Member

Fixes #131, based on suggestion by @jmkuhn.

@codecov
Copy link

codecov bot commented Mar 26, 2022

Codecov Report

Merging #157 (45ea517) into master (ca294e0) will increase coverage by 0.02%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master     #157      +/-   ##
==========================================
+ Coverage   90.78%   90.80%   +0.02%     
==========================================
  Files           1        1              
  Lines         434      435       +1     
==========================================
+ Hits          394      395       +1     
  Misses         40       40              
Impacted Files Coverage Δ
src/DecFP.jl 90.80% <100.00%> (+0.02%) ⬆️

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 ca294e0...45ea517. Read the comment docs.

@jmkuhn
Copy link
Contributor

jmkuhn commented Mar 26, 2022

I'll submit a PR to expand on this to fix #122.

@stevengj stevengj merged commit 2be0437 into master Mar 26, 2022
@stevengj stevengj deleted the intcompare branch March 26, 2022 11:40
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.

Comparison with Integer
2 participants