Skip to content

Commit 8294f06

Browse files
committed
modify compare in out_mul
1 parent 21f4fc4 commit 8294f06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integrate/tools/catch_properties.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -401,7 +401,7 @@ if ! test -z "$out_dm" && [ $out_dm == 1 ]; then
401401
fi
402402

403403
if ! test -z "$out_mul" && [ $out_mul == 1 ]; then
404-
python3 ../tools/CompareFile.py mulliken.txt.ref OUT.autotest/mulliken.txt 6
404+
python3 ../tools/CompareFile.py mulliken.txt.ref OUT.autotest/mulliken.txt 4
405405
echo "Compare_mulliken_pass $?" >>$1
406406
fi
407407

0 commit comments

Comments
 (0)