Skip to content

Work around rounding errors in nightly test #248

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
Apr 19, 2021

Conversation

kimikage
Copy link
Collaborator

@kimikage kimikage commented Apr 19, 2021

This forces the BigFloat-->Float16 conversion to go through Float32 instead of Float64.:confused:

The nightly build also seems to have inference issues. I am going to make a separate PR.

Closes #246

This forces the `BigFloat`-->`Float16` conversion
to go through `Float32` instead of `Float64`.
@codecov
Copy link

codecov bot commented Apr 19, 2021

Codecov Report

Merging #248 (9e428fe) into master (bd00dfc) will decrease coverage by 3.51%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #248      +/-   ##
==========================================
- Coverage   96.25%   92.73%   -3.52%     
==========================================
  Files           6        6              
  Lines         748      730      -18     
==========================================
- Hits          720      677      -43     
- Misses         28       53      +25     
Impacted Files Coverage Δ
src/precompile.jl 0.00% <0.00%> (-100.00%) ⬇️
src/FixedPointNumbers.jl 95.42% <0.00%> (-1.02%) ⬇️
src/utilities.jl 96.00% <0.00%> (-0.56%) ⬇️
src/normed.jl 95.81% <0.00%> (-0.12%) ⬇️
src/fixed.jl 97.43% <0.00%> (-0.08%) ⬇️

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 bd00dfc...9e428fe. Read the comment docs.

@kimikage kimikage merged commit e9fc79a into JuliaMath:master Apr 19, 2021
@kimikage kimikage deleted the issue246 branch April 19, 2021 11:34
@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
This forces the `BigFloat`-->`Float16` conversion to go through `Float32` instead of `Float64`.
kimikage added a commit to kimikage/FixedPointNumbers.jl that referenced this pull request Apr 30, 2024
This forces the `BigFloat`-->`Float16` conversion to go through `Float32` instead of `Float64`.
kimikage added a commit to kimikage/FixedPointNumbers.jl that referenced this pull request May 1, 2024
This forces the `BigFloat`-->`Float16` conversion to go through `Float32` instead of `Float64`.
kimikage added a commit to kimikage/FixedPointNumbers.jl that referenced this pull request May 1, 2024
This forces the `BigFloat`-->`Float16` conversion to go through `Float32` instead of `Float64`.
kimikage added a commit to kimikage/FixedPointNumbers.jl that referenced this pull request May 1, 2024
This forces the `BigFloat`-->`Float16` conversion to go through `Float32` instead of `Float64`.
kimikage added a commit to kimikage/FixedPointNumbers.jl that referenced this pull request May 1, 2024
This forces the `BigFloat`-->`Float16` conversion to go through `Float32` instead of `Float64`.
kimikage added a commit to kimikage/FixedPointNumbers.jl that referenced this pull request May 1, 2024
This forces the `BigFloat`-->`Float16` conversion to go through `Float32` instead of `Float64`.
kimikage added a commit to kimikage/FixedPointNumbers.jl that referenced this pull request May 1, 2024
This forces the `BigFloat`-->`Float16` conversion to go through `Float32` instead of `Float64`.
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.

Test failure on nightly (1.7.0-DEV) in macOS (x64)
1 participant