fix(tui): Properly display Status in runs widgets#198
Conversation
|
Just to check – where those |
|
After investigation, The duplication rather came from the "current" symlink that points to an existing folder - duplicating the row |
|
OK, so if this is the case, it should be handled directly rather than having an error-prone conflict resolution? |
|
ok added a simpler fix - just ignore if row was already added |
|
I think it should be more in get_experiment_runs that we need to change things (rather than in the UI) / just use symbolic link resolution to de-deduplicate (we should have no duplicate run id then / otherwise warning) |
|
Apologies, there was already a symlink filter, I didn't see that I was using an older version of xpm on the remote, which caused the issue, there is then only the status display fix left |
Just fixed the logic to Read Experiment Status in the runs tui widget