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

Autograder not working #256

Closed cjbrew closed 1 week ago

cjbrew commented 2 weeks ago

Hello,

I was able to use the autograder module for the orientation, but now it's not working for the demo. Github gives me the following error:

Error running command github-actions.explorer.triggerRun: Cannot read properties of undefined (reading 'workflow_dispatch'). This is likely caused by the extension that contributes github-actions.explorer.triggerRun.

In Line 4 of the workflow file, Github seems to be having trouble with the dispatch.

If this issue sounds familiar, I'd appreciate any help you can offer!

sgbaird commented 1 week ago

Sorry for the lack of response. Were you able to resolve?

cjbrew commented 1 week ago

Yes; I had to merge a new branch I'd made and manually sync the committed changes.