Skip to content

fix: timestamps missing double precision#1324

Merged
bdraco merged 2 commits into
masterfrom
double_float
Dec 10, 2023
Merged

fix: timestamps missing double precision#1324
bdraco merged 2 commits into
masterfrom
double_float

Conversation

@bdraco

@bdraco bdraco commented Dec 10, 2023

Copy link
Copy Markdown
Member

Because the cython code was storing timestamps as floats instead of doubles, there was some microsecond precision loss which could lead to races

fixes #1323

Because the cython code was storing timestamps as floats instead of
doubles, there was some microsecond precision loss which could lead
to races
@bdraco bdraco changed the title fix: timestamps were missing double precision fix: timestamps missing double precision Dec 10, 2023
@codecov

codecov Bot commented Dec 10, 2023

Copy link
Copy Markdown

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (1682991) 99.77% compared to head (ab09403) 99.71%.
Report is 2 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1324      +/-   ##
==========================================
- Coverage   99.77%   99.71%   -0.07%     
==========================================
  Files          29       29              
  Lines        3104     3104              
  Branches      521      521              
==========================================
- Hits         3097     3095       -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 merged commit ecea4e4 into master Dec 10, 2023
@bdraco bdraco deleted the double_float branch December 10, 2023 21:10
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.

Fix double / float precision loss on conversion

1 participant