Skip to content

Add direct render+export and notifications #6311

Add direct render+export and notifications

Add direct render+export and notifications #6311

Triggered via pull request June 16, 2024 23:03
Status Failure
Total duration 1m 19s
Artifacts

core_code_checks.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

8 errors and 2 warnings
Ruff (I001): nerfstudio/scripts/exporter.py#L20
nerfstudio/scripts/exporter.py:20:1: I001 Import block is un-sorted or un-formatted
Ruff (I001): nerfstudio/scripts/render.py#L19
nerfstudio/scripts/render.py:19:1: I001 Import block is un-sorted or un-formatted
Ruff (I001): nerfstudio/viewer/export_panel.py#L15
nerfstudio/viewer/export_panel.py:15:1: I001 Import block is un-sorted or un-formatted
Ruff (F401): nerfstudio/viewer/export_panel.py#L21
nerfstudio/viewer/export_panel.py:21:31: F401 `typing_extensions.Literal` imported but unused
Ruff (I001): nerfstudio/viewer/render_panel.py#L15
nerfstudio/viewer/render_panel.py:15:1: I001 Import block is un-sorted or un-formatted
Ruff (F401): nerfstudio/viewer/render_panel.py#L34
nerfstudio/viewer/render_panel.py:34:38: F401 `nerfstudio.utils.scripts.run_command` imported but unused
Ruff (F841): nerfstudio/viewer/render_panel.py#L1261
nerfstudio/viewer/render_panel.py:1261:17: F841 Local variable `download_button` is assigned to but never used
build
Process completed with exit code 1.
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-python@v4, actions/cache@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
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/