Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hamamatsu NDPI missing some levels #35

Open
ap-- opened this issue May 13, 2022 · 1 comment
Open

Hamamatsu NDPI missing some levels #35

ap-- opened this issue May 13, 2022 · 1 comment
Labels
compatibility OpenSlide compatibility related

Comments

@ap--
Copy link
Collaborator

ap-- commented May 13, 2022

ts_slide = TiffSlide('OS-3.ndpi'), os_slide = OpenSlide('OS-3.ndpi')

    def test_level_count(ts_slide, os_slide):
>       assert ts_slide.level_count == os_slide.level_count
E       assert 10 == 13
E         +10
E         -13
@ap-- ap-- added the compatibility OpenSlide compatibility related label May 13, 2022
@ap--
Copy link
Collaborator Author

ap-- commented Jun 30, 2022

This is really minor. TiffSlide levels are a strict subset of the OpenSlide levels.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
compatibility OpenSlide compatibility related
Projects
None yet
Development

No branches or pull requests

1 participant