Skip to content

Commit 6120b28

Browse files
committed
Cosmetic for PyLint
1 parent 75342f5 commit 6120b28

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • ctc_metrics/metrics/biological

ctc_metrics/metrics/biological/bc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ def is_matching(
5858
t_child_start_ref: list,
5959
t_child_start_comp: list,
6060
max_i: int,
61-
):
61+
): # pylint: disable=too-many-arguments
6262
"""
6363
Checks if the reference and the computed track match.
6464

0 commit comments

Comments
 (0)