We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 899283c commit 695eb85Copy full SHA for 695eb85
src/segmentation_skeleton_metrics/utils/img_util.py
@@ -110,16 +110,14 @@ class TensorStoreReader(ImageReader):
110
Class that reads an image with the TensorStore library.
111
"""
112
113
- def __init__(self, img_path, driver):
+ def __init__(self, img_path):
114
115
Instantiates a TensorStore image reader.
116
117
Parameters
118
----------
119
img_path : str
120
Path to image.
121
- driver : str
122
- Storage driver needed to read the image.
123
124
self.driver = self.get_driver(img_path)
125
super().__init__(img_path)
0 commit comments