In line 41 of tests.py on github, correct answer is -1 not 1.
{"input": [[0,1,1], [0,2,1], [1,1,1]], "answer": 1} // "answer": -1 is correct.
4
7
10