Browse Source

Update ocr_badcase.py

quyuan01 1 năm trước cách đây
mục cha
commit
0345c1bfd6
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      tools/ocr_badcase.py

+ 1 - 1
tools/ocr_badcase.py

@@ -844,7 +844,7 @@ def main(standard_file, test_file, zip_file, badcase_path, overall_path,base_dat
 
     result=compare_edit_distance(base_data_path, overall_report_dict)
     print(result)
-    assert result == 1
+    assert result == 0
 
 if __name__ == "__main__":
     parser = argparse.ArgumentParser(description="主函数,执行整个评估流程。")