Skip to content

Commit

Permalink
Test openslide cross platform
Browse files Browse the repository at this point in the history
  • Loading branch information
erikogabrielsson committed Jan 29, 2025
1 parent f89a33a commit 11c9f19
Showing 1 changed file with 12 additions and 25 deletions.
37 changes: 12 additions & 25 deletions tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -157,31 +157,18 @@
"image_coordinate_system": {"x": 2.3061675, "y": 20.79015},
"icc_profile": False,
"read_region": [
# OpenSlide produces different results across platforms
# {
# "location": {
# "x": 50,
# "y": 100
# },
# "level": 6,
# "size": {
# "width": 500,
# "height": 500
# },
# "md5": "fe29e76f5904d65253d8eb742b244789"
# },
# {
# "location": {
# "x": 400,
# "y": 500
# },
# "level": 4,
# "size": {
# "width": 500,
# "height": 500
# },
# "md5": "4f4c904ed9257e385fc8f0818337d9e7"
# }
{
"location": {"x": 50, "y": 100},
"level": 6,
"size": {"width": 500, "height": 500},
"md5": "fe29e76f5904d65253d8eb742b244789",
},
{
"location": {"x": 400, "y": 500},
"level": 4,
"size": {"width": 500, "height": 500},
"md5": "4f4c904ed9257e385fc8f0818337d9e7",
},
],
"read_region_openslide": [
{
Expand Down

0 comments on commit 11c9f19

Please sign in to comment.