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
Right now, we use an involved process to select the version to use for a run_experiment() task. This process is a good default policy. However sometimes we want to override it (e.g., use a prior version of the results).
Rough idea:
Add another table to version_index that stores an override for task identifiers
When processing dependencies and setting COND_DEPS, consult the override table before running our version resolution logic
The text was updated successfully, but these errors were encountered:
Right now, we use an involved process to select the version to use for a
run_experiment()
task. This process is a good default policy. However sometimes we want to override it (e.g., use a prior version of the results).Rough idea:
version_index
that stores an override for task identifiersCOND_DEPS
, consult the override table before running our version resolution logicThe text was updated successfully, but these errors were encountered: