Skip to content

refactored test_faithfulness: moved metrics to be tested to a separat…

3291d44
Select commit
Loading
Failed to load commit list.
Open

Tests/factcheck pipeline test #22

refactored test_faithfulness: moved metrics to be tested to a separat…
3291d44
Select commit
Loading
Failed to load commit list.
Codacy Production / Codacy Static Code Analysis required action Jun 2, 2025 in 0s

2 new issues (0 max.) of at least minor severity.

Annotations

Check warning on line 21 in src/tests/test_faithfulness.py

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

src/tests/test_faithfulness.py#L21

Method test_faithfulness_real_output has a cyclomatic complexity of 11 (limit is 8)

Check warning on line 65 in src/tests/test_faithfulness.py

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

src/tests/test_faithfulness.py#L65

Else clause on loop without a break statement, remove the else and de-indent all the code inside it