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
We are currently working on displaying experiment errors in the extension (iterative/vscode-dvc#1636). I have discovered that the msg/type fields in exp show errors shown at the file level can be incorrect. E.g
The approach that we are currently running with in the extension is to highlight any experiments that have errors and show the actual error message in a tooltip on hover. For us, a more general message would definitely work.
The text was updated successfully, but these errors were encountered:
Bug Report
Description
We are currently working on displaying experiment errors in the extension (iterative/vscode-dvc#1636). I have discovered that the msg/type fields in
exp show
errors shown at the file level can be incorrect. E.gIn the above example,
training_metrics.json
is not a YAML file.Reproduce
exp show --show-json
Expected
A more general FileCorruptedError would be good.
Environment information
Output of
dvc doctor
:Additional Information (if any):
The approach that we are currently running with in the extension is to highlight any experiments that have errors and show the actual error message in a tooltip on hover. For us, a more general message would definitely work.
The text was updated successfully, but these errors were encountered: