I’m trying to build a visual search task in builder, but I’m constantly being received this error:
Blockquote
assert (3 >= len(verts.shape) >= 2) and (verts.shape[-1] == 2), (
f"Expected vertices to be coercible to a Nx2 or nxNx2 numpy array, not {verts.shape}"
)
Blockquote
This task consists of one hexagon stimulus as a target and 8 pentagons as distractor. I used Polygon component, and in its setting I chose regular polygon and I put 6 in Num.vetrices for the target stimulus and 5 for others. I don’t know exactly what goes wrong because everything seems right.