Grader: Your code could not run to completion. Check for errors in the code such as infinite recursion.
3 次查看(过去 30 天)
显示 更早的评论
Hi,
is there a way in the Matlab Grader to extend the computational time as an instructor?
Some iterative functions take a couple of minutes until completion in the normal Matlab, but in the "Run function" it fails with the error "Your code could not run to completion. Check for errors in the code such as infinite recursion."
I don't have recursion in the function, it just takes some minutes.
Is there a solution for this?
Thanks,
Martin
0 个评论
回答(1 个)
Cris LaPierre
2019-6-1
There is not currently a way to extend the time limit. All computation, including running the reference solution, student solution, and all assessment tests, must be completed in ~60 seconds or you will get the error message you are seeing.
0 个评论
社区
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!