Skip to content

Update imagewriter.py with tile and coordinate checks and corrections… #119

Update imagewriter.py with tile and coordinate checks and corrections…

Update imagewriter.py with tile and coordinate checks and corrections… #119

Workflow file for this run

name: ci tests
on:
push:
paths:
- "wholeslidedata/**"
- "tests/**"
- .github/workflows/tests.yml
- .github/workflows/ci_tests.yml
- pyproject.toml
- "!wholeslidedata/_version.py"
pull_request:
paths:
- "wholeslidedata/**"
- "tests/**"
- .github/workflows/tests.yml
- .github/workflows/ci_tests.yml
- pyproject.toml
- "!wholeslidedata/_version.py"
jobs:
call-tests:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}-ci-test
cancel-in-progress: true
uses: ./.github/workflows/tests.yml