Fixed bug in format_sigfig() with trailing zeros for x < 0.1 - #1511
Fixed bug in format_sigfig() with trailing zeros for x < 0.1#1511munoztd0 wants to merge 2 commits into
format_sigfig() with trailing zeros for x < 0.1#1511Conversation
format_sigfig() with trailing zeros for x < 0.1
c626c9e to
8bf4cb9
Compare
9fbb323 to
158a046
Compare
Code Coverage SummaryDiff against mainResults for commit: 4ba21c6 Minimum allowed coverage is ♻️ This comment has been updated with latest results |
Unit Test Performance DifferenceAdditional test case details
Results for commit 4f9cb9a ♻️ This comment has been updated with latest results. |
|
@munoztd0 |
|
@munoztd0, @gmbecker shouldn't the expected result be ie for values <1 show fixed number of digits, ie format = "f", for values >=1, use format = "fg" |
Let' s discuss about it again |
Unit Tests Summary 1 files 85 suites 1m 48s ⏱️ Results for commit 4ba21c6. ♻️ This comment has been updated with latest results. |
|
indeed, I'm afraid we might be misinterpreting the meaning of significant figures in our discussion. |
Pull Request
Fixes #1510