Skip to content

Commit

Permalink
add available backends
Browse files Browse the repository at this point in the history
Signed-off-by: Behrooz <3968947+drbeh@users.noreply.github.com>
  • Loading branch information
bhashemian committed Mar 1, 2023
1 parent 0f73d95 commit 5fc3b15
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions monai/data/wsi_reader.py
Original file line number Diff line number Diff line change
Expand Up @@ -322,6 +322,8 @@ class WSIReader(BaseWSIReader):
"""

available_backends = ["cucim", "openslide", "tifffile"]

def __init__(
self,
backend="cucim",
Expand Down

0 comments on commit 5fc3b15

Please sign in to comment.