Skip to content

Commit

Permalink
changing to an integer overlap
Browse files Browse the repository at this point in the history
  • Loading branch information
CameronDevine committed Jul 3, 2024
1 parent b81668f commit 410fbd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TEM_comms/tile/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ class Raw(BaseMessage):
path: str
row: int
column: int
overlap: float
overlap: int


class Transform(BaseMessage):
Expand Down

0 comments on commit 410fbd8

Please sign in to comment.