Skip to content

Commit

Permalink
Refactor zarr volume names
Browse files Browse the repository at this point in the history
  • Loading branch information
brianreicher committed Jul 20, 2023
1 parent fcfc9d9 commit b032491
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 1 addition & 2 deletions src/rusty_mws/algo/skeleton_correct.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ def skel_correct_segmentation(
fragments_file: str,
fragments_dataset: str,
seg_file: str,
seg_dataset: str,
seg_dataset: str = "seg",
nworkers: int = 25,
erode_iterations: int = 0,
erode_footprint: np.ndarray = ball(radius=5),
Expand All @@ -34,7 +34,6 @@ def skel_correct_segmentation(
seeds_dataset (``str``):
The name of the fragments dataset to read from.
fragments_file (``str``):
Path (relative or absolute) to the zarr file containing fragments.
Expand Down
1 change: 1 addition & 0 deletions tests/corrected_seg_test.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import rusty_mws
from funlib.geometry import Coordinate
import numpy as np

import pytest


Expand Down

0 comments on commit b032491

Please sign in to comment.