Closed liamhuber closed 9 months ago
By setting running=False on the local instance before updating the state, we were then re-writing running=True when updating the state. Update the flag on the received instance as well, and add a test so the same issue doesn't crop up again.
running=False
running=True
:point_left: Launch a binder notebook on branch _pyiron/pyiron_workflow/hotfix_set_runningfalse
By setting
running=False
on the local instance before updating the state, we were then re-writingrunning=True
when updating the state. Update the flag on the received instance as well, and add a test so the same issue doesn't crop up again.