Course 5 - Week 3 - Trigger Word Detection

The insert_ones_test unit test contains the following assertion:

assert arr1[0][segment_end_y] == 0, f"Array at {segment_end_y} must be 1"

The message and the condition don’t seem to match; happy to be set right on this though…

5 Likes

Yeah, the message seems to be incorrect! :slight_smile:

1 Like

@richard yes, the message is incorrect. I updated my code with a different index and it worked :slight_smile:

1 Like