Skip to content

Commit

Permalink
Fix #5
Browse files Browse the repository at this point in the history
  • Loading branch information
afrendeiro committed Dec 7, 2023
1 parent 3d2da1e commit 430a815
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lazyslide/readers/openslide.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ def __init__(
self,
file: Union[Path, str],
):
self.slide = OpenSlide(self.file)
self.slide = OpenSlide(file)
super().__init__(file, dict(self.slide.properties))
self._levels = np.arange(self.metadata.n_level)

Expand Down

0 comments on commit 430a815

Please sign in to comment.