Skip to content

Commit e3cafd6

Browse files
committed
fixed pylint
1 parent a80651a commit e3cafd6

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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-
): # pylint: disable=too-many-arguments
61+
): # pylint: disable=too-many-arguments,too-complex
6262
"""
6363
Checks if the reference and the computed track match.
6464

ctc_metrics/scripts/evaluate.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ def calculate_metrics(
129129
segm: dict,
130130
metrics: list = None,
131131
is_valid: bool = None,
132-
): # pylint: disable=too-complex
132+
): # pylint: disable=too-complex,too-many-branches
133133
"""
134134
Calculate metrics for given data.
135135

0 commit comments

Comments
 (0)