Re: My submission fails although tests are passing when run them manually
Posted by Asya on
URL: http://nand2tetris-questions-and-answers-forum.52.s1.nabble.com/My-submission-fails-although-tests-are-passing-when-run-them-manually-tp4038316p4038320.html
It has constraints that R0 and R1 >= 0. But I've already found the problem, it somehow used R2 in grader. After I've set it to 0, problem disappeared. :)