Skip to content

Commit

Permalink
fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffquinn-msk committed Feb 12, 2024
1 parent f7c408b commit 1add7f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/nuc2seg/data.py
Original file line number Diff line number Diff line change
Expand Up @@ -126,8 +126,8 @@ def __init__(
tile_overlap: float = 0.25,
):
self.ds = dataset
self.tile_height = tile_height
self.tile_width = tile_width
self.tile_height = tile_width
self.tile_width = tile_height
self.tile_overlap = tile_overlap

self._tiler = TilingModule(
Expand Down

0 comments on commit 1add7f3

Please sign in to comment.