mirror of
https://github.com/deepset-ai/haystack.git
synced 2025-08-28 02:16:32 +00:00
fix import of EvaluationResult in test case
This commit is contained in:
parent
956d5bba43
commit
f3e46b8cc7
@ -4,9 +4,8 @@ from haystack.pipeline import (
|
|||||||
TranslationWrapperPipeline,
|
TranslationWrapperPipeline,
|
||||||
ExtractiveQAPipeline
|
ExtractiveQAPipeline
|
||||||
)
|
)
|
||||||
from haystack.pipelines.base import EvaluationResult
|
|
||||||
|
|
||||||
from haystack.schema import Answer, Document, Label, MultiLabel, Span
|
from haystack.schema import Answer, Document, Label, MultiLabel, Span, EvaluationResult
|
||||||
|
|
||||||
|
|
||||||
@pytest.mark.slow
|
@pytest.mark.slow
|
||||||
|
Loading…
x
Reference in New Issue
Block a user