Skip to content

Change test targets of Fixed #218

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

Merged
merged 1 commit into from
Aug 19, 2020
Merged

Conversation

kimikage
Copy link
Collaborator

During the revision of PR #208, I unintentionally dropped the upper limit of the number of fractional bits f for Fixed (e.g. Q0f7 --> Q0f6).

Of course, the tests should be passed independent of f, so ideally the selection of fs makes no difference. However, in general, the quality of tests is higher when using boundary values. In fact, two edge cases (but not a bug) have been detected.

@codecov
Copy link

codecov bot commented Aug 19, 2020

Codecov Report

Merging #218 into master will increase coverage by 0.80%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #218      +/-   ##
==========================================
+ Coverage   88.55%   89.35%   +0.80%     
==========================================
  Files           6        6              
  Lines         498      498              
==========================================
+ Hits          441      445       +4     
+ Misses         57       53       -4     
Impacted Files Coverage Δ
src/fixed.jl 92.92% <0.00%> (+3.03%) ⬆️
src/utilities.jl 92.00% <0.00%> (+4.00%) ⬆️

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 5dcaf97...cbabab6. Read the comment docs.

@kimikage kimikage merged commit 735b7f9 into JuliaMath:master Aug 19, 2020
@kimikage kimikage deleted the target_f_fixed branch August 19, 2020 09:46
kimikage added a commit to kimikage/FixedPointNumbers.jl that referenced this pull request Apr 27, 2024
@kimikage kimikage mentioned this pull request Apr 30, 2024
38 tasks
kimikage added a commit to kimikage/FixedPointNumbers.jl that referenced this pull request Apr 30, 2024
kimikage added a commit to kimikage/FixedPointNumbers.jl that referenced this pull request May 1, 2024
kimikage added a commit to kimikage/FixedPointNumbers.jl that referenced this pull request May 1, 2024
kimikage added a commit to kimikage/FixedPointNumbers.jl that referenced this pull request May 1, 2024
kimikage added a commit to kimikage/FixedPointNumbers.jl that referenced this pull request May 1, 2024
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.

1 participant