Skip to content

Merge branch 'postprocessing' #11

Merge branch 'postprocessing'

Merge branch 'postprocessing' #11

Triggered via push February 15, 2024 15:43
Status Success
Total duration 17s
Artifacts

lint_action.yml

on: push
Run linters
8s
Run linters
Fit to window
Zoom out
Zoom in

Annotations

7 errors and 2 warnings
src/model.py#L6
'geopandas as gpd' imported but unused (F401)
src/postprocessing.py#L225
Line too long (105 > 100 characters) (E501)
src/postprocessing.py#L536
Line too long (106 > 100 characters) (E501)
src/postprocessing.py#L558
Line too long (106 > 100 characters) (E501)
src/utils.py#L278
Line too long (106 > 100 characters) (E501)
tests/test_utils.py#L8
Comparison to False should be 'if cond is False:' or 'if not cond:' (E712)
tests/test_utils.py#L9
Comparison to True should be 'if cond is True:' or 'if cond:' (E712)
Run linters
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-python@v1, wearerequired/lint-action@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Run linters
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-python@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/