Reformat with latest black version #123
Annotations
15 errors and 1 warning
trifinger_simulation/tasks/rearrange_dice/__init__.py#L383
error: No overload variant of "fillConvexPoly" matches argument types "ndarray[Any, dtype[unsignedinteger[_8Bit]]]", "ndarray[Any, dtype[signedinteger[_32Bit]]]", "int" [call-overload]
|
trifinger_simulation/tasks/rearrange_dice/__init__.py#L383
note: Possible overload variants:
|
trifinger_simulation/tasks/rearrange_dice/__init__.py#L383
note: def fillConvexPoly(img: Mat | ndarray[Any, dtype[integer[Any] | floating[Any]]], points: Mat | ndarray[Any, dtype[integer[Any] | floating[Any]]], color: Sequence[float], lineType: int = ..., shift: int = ...) -> Mat | ndarray[Any, dtype[integer[Any] | floating[Any]]]
|
trifinger_simulation/tasks/rearrange_dice/__init__.py#L383
note: def fillConvexPoly(img: UMat, points: UMat, color: Sequence[float], lineType: int = ..., shift: int = ...) -> UMat
|
|
|
|
|
|
|
|
|
|
|
|
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/setup-python@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
This job failed
Loading