Skip to content

Allow tiny round-off exceedence of max_resolution in spatial check #40

Allow tiny round-off exceedence of max_resolution in spatial check

Allow tiny round-off exceedence of max_resolution in spatial check #40

Workflow file for this run

name: Tests
on:
push:
branches: ["main"]
pull_request:
jobs:
pytest:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup uv
uses: astral-sh/setup-uv@v3
with:
python-version: "3.11"
- name: Run tests
run: uv run --dev python -m pytest