Skip to content

Commit

Permalink
Bugfix regarding get-thumbnail
Browse files Browse the repository at this point in the history
  • Loading branch information
FabianHoerst authored Sep 16, 2024
1 parent 29dab12 commit 2e24e07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pathopatch/patch_extraction/dataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 2e24e07

Please sign in to comment.