Skip to content

fix: no intermediate dataset upload #110

fix: no intermediate dataset upload

fix: no intermediate dataset upload #110

Triggered via push June 28, 2025 13:08
Status Failure
Total duration 11s
Artifacts

ruff_linting.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

3 errors
build
Process completed with exit code 1.
Ruff (E501): heatchmap/gpmap.py#L248
heatchmap/gpmap.py:248:131: E501 Line too long (140 > 130)
Ruff (B904): heatchmap/gpmap.py#L107
heatchmap/gpmap.py:107:13: B904 Within an `except` clause, raise exceptions with `raise ... from err` or `raise ... from None` to distinguish them from errors in exception handling