Replies: 1 comment 3 replies
|
안녕하세요, 오토그레이더 스크립트상의 예외적인 케이스가 발생해서 채점 스크립트에 오류가 발생하는 상황입니다. 바로 수정해 드리겠습니다. |
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
이름 Your Name
방윤하 Bahng Yoonha
질문 Question
안녕하세요, autograder에 채점 문제가 발생해서 질문 드립니다.
커버리지를 높이기 위해 테스트 케이스를 추가하고 있습니다.
그런데 로컬에서 커버레지가 80%가 넘어간 후 푸시하면, 항상 다음과 같은 에러가 발생합니다. 테스트케이스를 바꿔가며 시도해도, 80%를 넘으면 아래와 같은 에러가 발생합니다.
The autograder failed to execute correctly. Contact your course staff for help in debugging this issue. Make sure to include a link to this page so that they can help you most effectively.
80%가 넘지 않는 상태로 제출하면, coverage below threshold가 되고, 에러는 발생하지 않습니다.
무엇이 문제인지 알려주실 수 있을까요?
감사합니다.
번역본 Translated Version
Hello,
I have a question about an issue with the autograder.
I am currently adding test cases to improve coverage. Locally, when I add the last test case, the coverage exceeds 80%. However, on the autograder, I get the following error:
The autograder failed to execute correctly. Contact your course staff for help in debugging this issue. Make sure to include a link to this page so that they can help you most effectively.
Could you please let me know what might be causing this issue?
Thank you.
All reactions