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 FullPrecisionSettings type for integers #1163

Merged
merged 1 commit into from Jan 22, 2024

Conversation

laggui
Copy link
Member

@laggui laggui commented Jan 22, 2024

Checklist

  • Confirmed that run-checks all script has been executed.
  • Made sure the book is up to date with changes in this PR.

Changes

Easiest PR of my life 😄

There was a copy/paste error in the FullPrecisionSettings for the integer elements. I switched it from float32 to int32.

Copy link

codecov bot commented Jan 22, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (a752cc1) 86.04% compared to head (2d0dc17) 86.04%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1163   +/-   ##
=======================================
  Coverage   86.04%   86.04%           
=======================================
  Files         521      521           
  Lines       58312    58312           
=======================================
  Hits        50176    50176           
  Misses       8136     8136           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Collaborator

@antimora antimora left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good. I was fixing in my PR #1085 as well but if you merge this, I can update my PR as well.

@nathanielsimard nathanielsimard merged commit 21772a2 into main Jan 22, 2024
15 checks passed
@nathanielsimard nathanielsimard deleted the fix/full-precision-int branch January 22, 2024 17:08
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.

None yet

3 participants