Skip to content

metrics: diff: fix float precision formatting#3609

Merged
efiop merged 1 commit into
treeverse:masterfrom
efiop:metrics-fix
Apr 7, 2020
Merged

metrics: diff: fix float precision formatting#3609
efiop merged 1 commit into
treeverse:masterfrom
efiop:metrics-fix

Conversation

@efiop
Copy link
Copy Markdown
Contributor

@efiop efiop commented Apr 7, 2020

Texttable will try to detect the column type automatically, which
results in a low precision of the float that it is showing. We need to
disable that auto-formatting and just use str(val) instead.

  • ❗ I have followed the Contributing to DVC checklist.

  • 📖 If this PR requires documentation updates, I have created a separate PR (or issue, at least) in dvc.org and linked it here. If the CLI API is changed, I have updated tab completion scripts.

  • ❌ I will check DeepSource, CodeClimate, and other sanity checks below. (We consider them recommendatory and don't expect everything to be addressed. Please fix things that actually improve code or fix bugs.)

Thank you for the contribution - we'll try to review it as soon as possible. 🙏

Texttable will try to detect the column type automatically, which
results in a low precision of the float that it is showing. We need to
disable that auto-formatting and just use `str(val)` instead.
@efiop efiop merged commit 26980ae into treeverse:master Apr 7, 2020
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.

2 participants