We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75342f5 commit 6120b28Copy full SHA for 6120b28
1 file changed
ctc_metrics/metrics/biological/bc.py
@@ -58,7 +58,7 @@ def is_matching(
58
t_child_start_ref: list,
59
t_child_start_comp: list,
60
max_i: int,
61
-):
+): # pylint: disable=too-many-arguments
62
"""
63
Checks if the reference and the computed track match.
64
0 commit comments