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…
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…
Yeah, the message seems to be incorrect!
@richard yes, the message is incorrect. I updated my code with a different index and it worked