Skip to content

Commit 91ca877

Browse files
committed
Merge branch 'develop' of https://github.com/TissueImageAnalytics/tiatoolbox into sam-architecture
2 parents 1e27436 + 32cae0b commit 91ca877

27 files changed

+4980
-4274
lines changed

.github/workflows/python-package.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
sudo apt update
3131
sudo apt-get install -y libopenslide-dev openslide-tools libopenjp2-7 libopenjp2-tools
3232
python -m pip install --upgrade pip
33-
python -m pip install ruff==0.7.0 pytest pytest-cov pytest-runner
33+
python -m pip install ruff==0.7.4 pytest pytest-cov pytest-runner
3434
pip install -r requirements/requirements.txt
3535
- name: Cache tiatoolbox static assets
3636
uses: actions/cache@v3
@@ -58,7 +58,7 @@ jobs:
5858
- name: Test with pytest
5959
run: |
6060
pytest --basetemp={envtmpdir} \
61-
--cov=tiatoolbox --cov-report=term --cov-report=xml \
61+
--cov=tiatoolbox --cov-report=term --cov-report=xml --cov-config=pyproject.toml \
6262
--capture=sys \
6363
--durations=10 --durations-min=1.0 \
6464
--maxfail=1

.pre-commit-config.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ repos:
6060
- id: rst-inline-touching-normal # Detect mistake of inline code touching normal text in rst.
6161
- repo: https://github.com/astral-sh/ruff-pre-commit
6262
# Ruff version.
63-
rev: v0.7.0
63+
rev: v0.7.4
6464
hooks:
6565
- id: ruff
6666
args: [--fix, --exit-non-zero-on-fix]

examples/03-tissue-masking.ipynb

+57-29
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)