Skip to content

NCSA - new conda installation instructions #146

NCSA - new conda installation instructions

NCSA - new conda installation instructions #146

Triggered via pull request January 3, 2025 20:05
@tcnicholtcnichol
synchronize #80
ncsa
Status Failure
Total duration 17s
Artifacts

ruff.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

9 errors and 1 warning
Ruff (D100): darts-export/src/darts_export/miniviz.py#L1
darts-export/src/darts_export/miniviz.py:1:1: D100 Missing docstring in public module
Ruff (D417): darts/src/darts/legacy_training/preprocess.py#L13
darts/src/darts/legacy_training/preprocess.py:13:5: D417 Missing argument description in the docstring for `split_dataset_paths`: `admin_dir`
Ruff (C901): darts/src/darts/legacy_training/util.py#L59
darts/src/darts/legacy_training/util.py:59:5: C901 `suggest_optuna_params_from_wandb_config` is too complex (11 > 10)
Ruff (D100): darts/src/darts/run_native.py#L1
darts/src/darts/run_native.py:1:1: D100 Missing docstring in public module
Ruff (I001): darts/src/darts/run_native.py#L1
darts/src/darts/run_native.py:1:1: I001 Import block is un-sorted or un-formatted
Ruff (E111): darts/src/darts/run_native.py#L30
darts/src/darts/run_native.py:30:1: E111 Indentation is not a multiple of 4
Ruff (E113): darts/src/darts/run_native.py#L30
darts/src/darts/run_native.py:30:1: E113 Unexpected indentation
Ruff (W292): darts/src/darts/run_native.py#L30
darts/src/darts/run_native.py:30:64: W292 No newline at end of file
lint
Process completed with exit code 1.
lint
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636