We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66d43b6 commit 81066bcCopy full SHA for 81066bc
lib/idp_common_pkg/idp_common/evaluation/service.py
@@ -627,6 +627,9 @@ def _process_section(
627
return None, {}
628
629
actual_results, confidence_scores = self._load_extraction_results(actual_uri)
630
+ expected_results, expected_confidence_scores = self._load_extraction_results(
631
+ expected_uri
632
+ )
633
634
# Evaluate section
635
section_result = self.evaluate_section(
0 commit comments