Skip to content

Commit 0e313c5

Browse files
committed
is too complex
1 parent 4050b03 commit 0e313c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ctc_metrics/scripts/visualize.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ def visualize(
4343
start_frame: int = 0,
4444
framerate: int = 30,
4545
opacity: float = 0.5,
46-
): # pylint: disable=too-many-arguments,too-many-locals
46+
): # pylint: disable=too-many-arguments,too-complex,too-many-locals
4747
"""
4848
Visualizes the tracking results.
4949

0 commit comments

Comments
 (0)