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
Otherwise if we were to run a Protocol and then keep defining things, the Context would be messed up from the Protocol run.
Not an issue when we replay the entire Protocol definition, but it does become an issue when we're using next to run one step at a time, for example in tests.
Plus the MotorControlHandler can pollute the ContextHandler with things that would put it in a different state than during the definition phase alone.
The text was updated successfully, but these errors were encountered:
Otherwise if we were to run a Protocol and then keep defining things, the Context would be messed up from the Protocol run.
Not an issue when we replay the entire Protocol definition, but it does become an issue when we're using
next
to run one step at a time, for example in tests.Plus the MotorControlHandler can pollute the ContextHandler with things that would put it in a different state than during the definition phase alone.
The text was updated successfully, but these errors were encountered: