AccelerationConsortium / ac-microcourses

Microcourses hosted by the Acceleration Consortium for self-driving lab topics.
https://ac-microcourses.readthedocs.io/
MIT License
24 stars 3 forks source link

1.4 aissgnement: tests pass, autograding fails #97

Open programlich opened 1 month ago

programlich commented 1 month ago

All tests pass: image

However autograding fails: image

I don't really get it. Is it a bug in the autograding routine?

sgbaird commented 1 month ago

If it's passing locally, but failing on the autograder, likely a bug with the autograder. These weren't running at the same time, correct? And the hardware was still set up the same way during the local tests and the autograding, right?

sgbaird commented 1 month ago

The other thing it could indicate is a mismatch between the codespace secrets and the GitHub actions secrets.

programlich commented 1 month ago

I ran the assignment after running the tests. Also I double checked the secrets for the GitHub actions (the secret actions obviously are correct). Anything else I can do to help you debug?

sgbaird commented 1 month ago

I think that's plenty. Thanks! I'll try to reproduce.