There was an error while loading. Please reload this page.
1 parent 8f73d52 commit 18a563cCopy full SHA for 18a563c
1 file changed
cc3d/fastcc3d.pyi
@@ -240,12 +240,12 @@ def region_graph(
240
def statistics(
241
out_labels: NDArray[Any],
242
no_slice_conversion: Literal[False] = False,
243
-) -> StatisticsDict: ...
+) -> StatisticsSlicesDict: ...
244
@overload
245
246
247
no_slice_conversion: Literal[True],
248
-) -> StatisticsSlicesDict: ...
+) -> StatisticsDict: ...
249
def statistics( # type: ignore[misc]
250
251
no_slice_conversion: bool = False,
0 commit comments