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
The engine codebase allows submitting measurements using two mechanisms. There are methods of the engine.Experiment type and there is the engine.Submitter. We should probably have a single implementation implementing both APIs such that we don't need to change existing code but we reduce code complexity.
The text was updated successfully, but these errors were encountered:
When implementing #2607, we chose another approach, given that it was possible to adapt the code without doing this refactoring. We may still want to make this change sometime in the future.
The engine codebase allows submitting measurements using two mechanisms. There are methods of the
engine.Experiment
type and there is theengine.Submitter
. We should probably have a single implementation implementing both APIs such that we don't need to change existing code but we reduce code complexity.The text was updated successfully, but these errors were encountered: