Closed dmgav closed 1 year ago
failure is during installation of doc environment.
@tacaswell But I don't see the unit tests GH action to be running at all. It could be the same issue though.
oh, I completely missed the tests did not run (saw green check marks but did not read what they where)
There was a cron job on the tests and we made no changes to the repo for long enough the Europe got disabled.
I turned it back on
Small change in the behavior of RE Manager control widgets: 'Pause Deferred' and 'Pause Immediate' buttons are now activated whenever the Run Engine is in 'running' state. The buttons can be used to pause a running plan, started in the worker directly using Jupyter Console (worker in IPython kernel mode), bypassing the manager.
The buttons are also activated when the manager is switched to the 'executing_queue' mode, which happens immediated after the queue is started by the manager. This makes GUI look more responsive.
The PR also contains some maintenance changes:
.flake8
file.black
(deleted empty lines in many file).How Has This Been Tested?
The feature was manually tested.