sparks-baird / self-driving-lab-demo

Software and instructions for setting up and running a self-driving lab (autonomous experimentation) demo using dimmable RGB LEDs, an 8-channel spectrophotometer, a microcontroller, and an adaptive design algorithm, as well as extensions to liquid- and solid-based color matching demos.
https://self-driving-lab-demo.readthedocs.io/
MIT License
72 stars 8 forks source link

Occasionally, "test bad payload values" test functions fail #216

Open sgbaird opened 1 year ago

sgbaird commented 1 year ago

https://github.com/sparks-baird/self-driving-lab-demo/actions/runs/5360930085/attempts/1

FAILED tests/sdl_demo_light_test.py::test_bad_payload_values - _queue.Empty
FAILED tests/sdl_demo_light_test.py::test_bad_rgb_payload_values - _queue.Empty

When rerunning the tests, it seems to go OK. Should the queue wait time be increased? I don't know why that's happening.