Skip to content

Commit

Permalink
Quarter context
Browse files Browse the repository at this point in the history
  • Loading branch information
brianreicher committed Nov 14, 2023
1 parent b37773e commit 43c3e97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rusty_mws/rusty_mws_segmentation.py
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ def __init__(
if context is not None:
self.context: Coordinate = context
else:
affs_shape_half: list = [sz//2 for sz in open_ds(affs_file, affs_dataset, mode="r").data.shape[1:]]
affs_shape_half: list = [sz//4 for sz in open_ds(affs_file, affs_dataset, mode="r").data.shape[1:]]
self.context: Coordinate = Coordinate(affs_shape_half)

self.filter_val: float = filter_val
Expand Down

0 comments on commit 43c3e97

Please sign in to comment.