-
-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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(editor): too many digits after decimal point in table calculations #9471
Conversation
How to use the Graphite Merge QueueAdd either label to this PR to merge it via the merge queue:
You must have a Graphite account in order to use the merge queue. Sign up using this link. An organization admin has enabled the Graphite Merge Queue in this repository. Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the fix, and happy new year!
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## canary #9471 +/- ##
==========================================
+ Coverage 51.51% 52.58% +1.06%
==========================================
Files 2146 2151 +5
Lines 97063 96962 -101
Branches 16271 16154 -117
==========================================
+ Hits 50003 50984 +981
+ Misses 45682 44559 -1123
- Partials 1378 1419 +41
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
View your CI Pipeline Execution ↗ for commit 8658c1a.
☁️ Nx Cloud last updated this comment at |
You are welcome! Happy new year to you too, wishing you a fantastic 2025 |
Fixes floating-point precision error, when using average, median, range functions
Changes
Average
Before:
After:
Median
Before:
After:
Range
Before:
After: