translation/rotation gridding #472
Annotations
10 errors and 1 warning
src/b3d/pose/grid.py#L281
src/b3d/pose/grid.py:281:15: F821 Undefined name `min_x`
|
src/b3d/pose/grid.py#L282
src/b3d/pose/grid.py:282:15: F821 Undefined name `min_y`
|
src/b3d/pose/grid.py#L283
src/b3d/pose/grid.py:283:15: F821 Undefined name `min_z`
|
src/b3d/pose/grid.py#L284
src/b3d/pose/grid.py:284:15: F821 Undefined name `max_x`
|
src/b3d/pose/grid.py#L285
src/b3d/pose/grid.py:285:15: F821 Undefined name `max_y`
|
src/b3d/pose/grid.py#L286
src/b3d/pose/grid.py:286:15: F821 Undefined name `max_z`
|
src/b3d/pose/grid.py#L287
src/b3d/pose/grid.py:287:12: F821 Undefined name `nx`
|
src/b3d/pose/grid.py#L288
src/b3d/pose/grid.py:288:12: F821 Undefined name `ny`
|
src/b3d/pose/grid.py#L289
src/b3d/pose/grid.py:289:12: F821 Undefined name `ny`
|
src/b3d/pose/grid.py#L290
src/b3d/pose/grid.py:290:25: F821 Undefined name `min_euler`
|
The following actions use a deprecated Node.js version 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