Minor doc improvements #166
Annotations
4 errors and 1 warning
Type check 3.12:
atomlib/transform.py#L793
Type "Transform3D" is not assignable to return type "Transform3DT@__matmul__ | NDArray[floating[Unknown]] | BBox3D"
Type "Transform3D" is not assignable to type "Transform3DT@__matmul__ | NDArray[floating[Unknown]] | BBox3D"
Type "Transform3D" is not assignable to type "Transform3DT@__matmul__"
"Transform3D" is not assignable to "BBox3D"
"Transform3D" is not assignable to "ndarray[Any, dtype[floating[Unknown]]]" (reportReturnType)
|
Type check 3.12
1 error
|
Type check 3.10:
atomlib/transform.py#L793
Type "Transform3D" is not assignable to return type "Transform3DT@__matmul__ | NDArray[floating[Unknown]] | BBox3D"
Type "Transform3D" is not assignable to type "Transform3DT@__matmul__ | NDArray[floating[Unknown]] | BBox3D"
Type "Transform3D" is not assignable to type "Transform3DT@__matmul__"
"Transform3D" is not assignable to "BBox3D"
"Transform3D" is not assignable to "ndarray[Any, dtype[floating[Unknown]]]" (reportReturnType)
|
Type check 3.10
1 error
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-python@v4, jakebailey/pyright-action@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Loading