Skip to content

Commit

Permalink
black
Browse files Browse the repository at this point in the history
  • Loading branch information
getzze committed Aug 2, 2024
1 parent 9989fe9 commit 2be8b80
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions sleap/nn/tracking.py
Original file line number Diff line number Diff line change
Expand Up @@ -1206,9 +1206,9 @@ def get_by_name_factory_options(cls):

option = dict(name="of_window_size", default=21)
option["type"] = int
option["help"] = (
"For optical-flow: Optical flow window size to consider at each pyramid "
)
option[
"help"
] = "For optical-flow: Optical flow window size to consider at each pyramid "
"scale level"
options.append(option)

Expand Down

0 comments on commit 2be8b80

Please sign in to comment.