Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
周伟奇
/
bmw-ocr
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Graphs
Network
Create a new issue
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
71653f5d
authored
2024-08-12 14:26:26 +0800
by
冯轩
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
MOD:利润表和资产负债表比对条件
1 parent
800edd99
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
src/common/tools/comparison.py
src/common/tools/comparison.py
View file @
71653f5
...
...
@@ -723,7 +723,7 @@ class Comparison:
def
input_list_not_zero_compare
(
self
,
input_list
,
ocr_list
,
**
kwargs
):
try
:
for
item
in
input_list
:
if
float
(
item
)
<
=
0
:
if
float
(
item
)
=
=
0
:
return
self
.
RESULT_N
return
self
.
RESULT_Y
except
Exception
as
e
:
...
...
Write
Preview
Styling with
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment