We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a80651a commit e3cafd6Copy full SHA for e3cafd6
2 files 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
+): # pylint: disable=too-many-arguments,too-complex
62
"""
63
Checks if the reference and the computed track match.
64
ctc_metrics/scripts/evaluate.py
@@ -129,7 +129,7 @@ def calculate_metrics(
129
segm: dict,
130
metrics: list = None,
131
is_valid: bool = None,
132
-): # pylint: disable=too-complex
+): # pylint: disable=too-complex,too-many-branches
133
134
Calculate metrics for given data.
135
0 commit comments