Replies: 1 comment 2 replies
-
Using The same with |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
We have a lot of metrics in my team, quite often we use the output of
dvc metrics diff --precision 2
in PR.However, we have a lot of micro changes that are inferior to the desired precision, which pollutes the output with a lot of insignificant diffs like that:
So, my question is should
dvc metrics diff
with--precision X
shows differences < X?Beta Was this translation helpful? Give feedback.
All reactions