feat/wod dataparser #39
Annotations
10 errors and 2 warnings
Ruff (I001):
nerfstudio/cameras/lidars.py#L18
nerfstudio/cameras/lidars.py:18:1: I001 Import block is un-sorted or un-formatted
|
Ruff (F401):
nerfstudio/configs/method_configs.py#L24
nerfstudio/configs/method_configs.py:24:21: F401 `pathlib.Path` imported but unused
|
Ruff (E711):
nerfstudio/data/dataparsers/wod_dataparser.py#L177
nerfstudio/data/dataparsers/wod_dataparser.py:177:97: E711 Comparison to `None` should be `cond is not None`
|
Ruff (E741):
nerfstudio/data/dataparsers/wod_dataparser.py#L250
nerfstudio/data/dataparsers/wod_dataparser.py:250:13: E741 Ambiguous variable name: `l`
|
Ruff (E402):
nerfstudio/data/dataparsers/wod_utils.py#L9
nerfstudio/data/dataparsers/wod_utils.py:9:1: E402 Module level import not at top of file
|
Ruff (I001):
nerfstudio/data/dataparsers/wod_utils.py#L9
nerfstudio/data/dataparsers/wod_utils.py:9:1: I001 Import block is un-sorted or un-formatted
|
Ruff (E402):
nerfstudio/data/dataparsers/wod_utils.py#L10
nerfstudio/data/dataparsers/wod_utils.py:10:1: E402 Module level import not at top of file
|
Ruff (E402):
nerfstudio/data/dataparsers/wod_utils.py#L11
nerfstudio/data/dataparsers/wod_utils.py:11:1: E402 Module level import not at top of file
|
Ruff (F401):
nerfstudio/data/dataparsers/wod_utils.py#L11
nerfstudio/data/dataparsers/wod_utils.py:11:33: F401 `dataclasses.dataclass` imported but unused
|
Ruff (E402):
nerfstudio/data/dataparsers/wod_utils.py#L12
nerfstudio/data/dataparsers/wod_utils.py:12:1: E402 Module level import not at top of file
|
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
build
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/setup-python@v4, actions/cache@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|