You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 21, 2025. It is now read-only.
The example in the readme simply has
python -m codequestion.evaluatebut that give an error of missing-s {SOME SOURCE}or--source {SOME SOURCE}.I was able to run it with
python -m codequestion.evaluate -s test(assuming it ran after following the rest of the steps).