From 2e24e073512bb3e7fd06d3c1d1a75c72a8a51ad2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabian=20H=C3=B6rst?= <67600643+FabianHoerst@users.noreply.github.com> Date: Mon, 16 Sep 2024 15:18:16 +0200 Subject: [PATCH] Bugfix regarding get-thumbnail --- pathopatch/patch_extraction/dataset.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pathopatch/patch_extraction/dataset.py b/pathopatch/patch_extraction/dataset.py index 3e12921..241c68a 100644 --- a/pathopatch/patch_extraction/dataset.py +++ b/pathopatch/patch_extraction/dataset.py @@ -513,7 +513,7 @@ def _prepare_slide( _, _, ) = compute_interesting_patches( - slide=self.slide, + slide=self.slide_openslide, tiles=self.tile_extractor, target_level=level if level is not None else 1, target_patch_size=self.res_tile_size,