labscript-suite / blacs

𝗯𝗹𝗮𝗰𝘀 supervises the execution of experiments controlled by the 𝘭𝘢𝘣𝘴𝘤𝘳𝘪𝘱𝘵 𝘴𝘶𝘪𝘵𝘦. It manages experiment queuing and hardware-timed execution, and provides manual control over devices between shots.
http://labscriptsuite.org
Other
4 stars 48 forks source link

Stop Order set to Start Order #84

Closed zakv closed 3 years ago

zakv commented 3 years ago

QueueManager.manage() has a copy/paste bug where it uses a device's value for start_order for both its start_order and stop_order. The string in the second line below should be 'stop_order'.

https://github.com/labscript-suite/blacs/blob/0e153f233104dbaf0c7162cd37bfaa85fece64fd/blacs/experiment_queue.py#L600-L601

This is a simple one-line fix so I could issue a PR to resolve it.

philipstarkey commented 3 years ago

Sounds good!