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: ensure question history suppresses duplicates #1338

Merged
merged 2 commits into from Dec 15, 2023

Conversation

bdraco
Copy link
Member

@bdraco bdraco commented Dec 15, 2023

There was a bug in the cython conversion logic that would loose precision on the float to double conversion

There was a bug in the cython conversion logic that would loose
precision on the float to double conversion
@bdraco bdraco changed the title fix: ensure question history suppresses duplicates within 999ms fix: ensure question history suppresses duplicates Dec 15, 2023
Copy link

codecov bot commented Dec 15, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (9b595a1) 99.77% compared to head (97de9b6) 99.71%.
Report is 7 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1338      +/-   ##
==========================================
- Coverage   99.77%   99.71%   -0.07%     
==========================================
  Files          30       30              
  Lines        3164     3164              
  Branches      528      526       -2     
==========================================
- Hits         3157     3155       -2     
- Misses          5        7       +2     
  Partials        2        2              

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

@bdraco bdraco marked this pull request as ready for review December 15, 2023 18:45
@bdraco bdraco merged commit 6f23656 into master Dec 15, 2023
30 of 31 checks passed
@bdraco bdraco deleted the fix_history_conversion_loss branch December 15, 2023 18:45
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

1 participant