Skip to content

Commit

Permalink
Merge branch 'develop' into patch-extractor-filter
Browse files Browse the repository at this point in the history
  • Loading branch information
shaneahmed authored Jul 12, 2024
2 parents b007dc2 + 647d30b commit 295755f
Show file tree
Hide file tree
Showing 23 changed files with 3,761 additions and 3,625 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
sudo apt update
sudo apt-get install -y libopenslide-dev openslide-tools libopenjp2-7 libopenjp2-tools
python -m pip install --upgrade pip
python -m pip install ruff==0.4.9 pytest pytest-cov pytest-runner
python -m pip install ruff==0.5.1 pytest pytest-cov pytest-runner
pip install -r requirements/requirements.txt
- name: Cache tiatoolbox static assets
uses: actions/cache@v3
Expand Down
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ repos:
- id: rst-inline-touching-normal # Detect mistake of inline code touching normal text in rst.
- repo: https://github.com/astral-sh/ruff-pre-commit
# Ruff version.
rev: v0.4.9
rev: v0.5.1
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix]
Expand Down
5,376 changes: 2,688 additions & 2,688 deletions benchmarks/annotation_store.ipynb

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions benchmarks/annotation_store_alloc.py
Original file line number Diff line number Diff line change
Expand Up @@ -306,8 +306,8 @@ def main(
# Skip memray if not installed
return
regex = re.compile(r"Total memory allocated:\s*([\d.]+)MB")
pipe = subprocess.Popen(
[ # noqa: S603
pipe = subprocess.Popen( # noqa: S603
[
sys.executable,
"-m",
"memray",
Expand Down
Loading

0 comments on commit 295755f

Please sign in to comment.