Skip to content

Bugfix/llm as judge #52

Bugfix/llm as judge

Bugfix/llm as judge #52

GitHub Actions / Flake8 failed Dec 16, 2024 in 0s

5 errors

Flake8 found 5 errors

Annotations

Check failure on line 12 in evalem/nlp/metrics/llm.py

See this annotation in the file changed.

@github-actions github-actions / Flake8

evalem/nlp/metrics/llm.py#L12

'..._base.structures.SequenceType' imported but unused (F401)

Check failure on line 136 in evalem/nlp/metrics/llm.py

See this annotation in the file changed.

@github-actions github-actions / Flake8

evalem/nlp/metrics/llm.py#L136

F-string is missing placeholders (F541)

Check failure on line 8 in evalem/_base/structures.py

See this annotation in the file changed.

@github-actions github-actions / Flake8

evalem/_base/structures.py#L8

'typing.Type' imported but unused (F401)

Check failure on line 6 in evalem/_base/metrics.py

See this annotation in the file changed.

@github-actions github-actions / Flake8

evalem/_base/metrics.py#L6

'typing.Iterable' imported but unused (F401)

Check failure on line 13 in evalem/_base/metrics.py

See this annotation in the file changed.

@github-actions github-actions / Flake8

evalem/_base/metrics.py#L13

'.structures.MultiplePredictionInstance' imported but unused (F401)