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
not sure what order we get now (it's not quite alphabetical IIRC) but it's confusing when you're babysitting a run that uses previous_run_path and they go in this non-intuitive order
use something like sorted(csv, key=get_train_dur_size_from_path()) (function that doesn't currently exist I think)