You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some field values in the UI may not be identical to the CSV output.
Currently, the Qualification UI intends to display some values in a single precision float point. This is done by truncating as rounding could alter the values which may lead to some items being incorrectly labeled.
The CSV files has two precision points.
Suggests fix
If the difference in values could cause user's confusion, then we may need to take one of the following actions:
revisit the values in UI, changing its precision and making sure it matches the CSV.
change the values in the CSV to match the UI
The difference is acceptable and no need to take any actions.
The text was updated successfully, but these errors were encountered:
I would recommend revisiting the values in the UI to update its precision to 2 digits for more granular info. This will be valuable as our estimations continue to grow in accuracy over time.
Describe the bug
Some field values in the UI may not be identical to the CSV output.
Currently, the Qualification UI intends to display some values in a single precision float point. This is done by truncating as rounding could alter the values which may lead to some items being incorrectly labeled.
The CSV files has two precision points.
Suggests fix
If the difference in values could cause user's confusion, then we may need to take one of the following actions:
The text was updated successfully, but these errors were encountered: