Hi Everyone, I’m getting an NameError when trying to run my inputs to check outputs for a Python file. Here is the autograding.json file that was set through Github Classroom:
{
"tests": [
{
"name": "chickent",
"setup": "",
"run": "python main.py",
"input": "chicken\r\n5\r\n10",
"output": "chck\r\n25",
"comparison": "included",
"timeout": 5,
"points": 1
}
]
}
Here is the workflow action of the autograding:
This is happening for all my student’s submissions. Any help is appreciated!