Skip to content

Commit 81066bc

Browse files
author
Bob Strahan
committed
fix bug - expecyted_results not defined
1 parent 66d43b6 commit 81066bc

File tree

1 file changed

+3
-0
lines changed
  • lib/idp_common_pkg/idp_common/evaluation

1 file changed

+3
-0
lines changed

lib/idp_common_pkg/idp_common/evaluation/service.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -627,6 +627,9 @@ def _process_section(
627627
return None, {}
628628

629629
actual_results, confidence_scores = self._load_extraction_results(actual_uri)
630+
expected_results, expected_confidence_scores = self._load_extraction_results(
631+
expected_uri
632+
)
630633

631634
# Evaluate section
632635
section_result = self.evaluate_section(

0 commit comments

Comments
 (0)