Skip to content

Commit 51c1948

Browse files
authored
Update img_util.py
1 parent abc1def commit 51c1948

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

src/segmentation_skeleton_metrics/utils/img_util.py

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -276,13 +276,12 @@ def get_storage_driver(img_path):
276276

277277
def is_neuroglancer_precomputed(img_path):
278278
"""
279-
Checks if the path points to a Neuroglancer 'precomputed' dataset
280-
using TensorStore (no CloudVolume dependency).
279+
Checks if the path points to a Neuroglancer precomputed dataset.
281280
282281
Parameters
283282
----------
284-
path : str
285-
Path or URL to be checked (can be local or GCS/S3).
283+
img_path : str
284+
Path to be checked (can be local, GCS, or S3).
286285
287286
Returns
288287
-------

0 commit comments

Comments
 (0)