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

only use 10 digits when testing field vectors #5741

Merged

Conversation

jenshnielsen
Copy link
Collaborator

This should hopefully avoid corner cases in test_triangle_inequality where one of the vectors is very small but none zero
since the values are anyway limited to the resolution of the instruments there is little point in supporting more than 10 digits
Closes #4425

This should hopefully avoid corner cases in test_triangle_inequality where one of the vectors is very small but none zero

since the values are anyway limited to the resolution of the instruments there is little point in supporting more than 10 digits
@jenshnielsen jenshnielsen requested a review from a team as a code owner February 15, 2024 07:34
Copy link

codecov bot commented Feb 15, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (a89c0d5) 67.55% compared to head (602c051) 67.55%.
Report is 6 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #5741   +/-   ##
=======================================
  Coverage   67.55%   67.55%           
=======================================
  Files         348      348           
  Lines       30251    30251           
=======================================
  Hits        20437    20437           
  Misses       9814     9814           

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

@jenshnielsen jenshnielsen changed the title only use 5 digits when testing field vectors only use 10 digits when testing field vectors Feb 15, 2024
@jenshnielsen jenshnielsen added this pull request to the merge queue Feb 15, 2024
Merged via the queue into microsoft:main with commit 9ca1c3f Feb 15, 2024
18 checks passed
@jenshnielsen jenshnielsen deleted the jenshnielsen/round_field_test branch February 15, 2024 14:03
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.

Random failure in test_triangle_inequality seen in ci
2 participants