Skip to content

Fix IndexError in h5_to_landcover when coordinates fall on tile boundaries #118

Fix IndexError in h5_to_landcover when coordinates fall on tile boundaries

Fix IndexError in h5_to_landcover when coordinates fall on tile boundaries #118

Workflow file for this run

name: Lint
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Python 3.12
uses: actions/setup-python@v5
with:
python-version: "3.12"
cache: "pip"
- name: Set up Python 3.12
uses: actions/setup-python@v5
with:
python-version: 3.12
- name: Linting
run: |
pip install pre-commit interrogate
pre-commit run --all-files