Can someone help with this error ?
β> list indices must be integers or slices, not str
This error occurs when you call evaluate_test_case (which works on single test case only) on many test cases . Please call evaluate_test_cases function instead and it should fix this error.
1 Like
Thanks for the replyβ¦