Skip to content

Commit 3d9fdaa

Browse files
Update test_slice_float32.py (PaddlePaddle#72886)
1 parent 0c4a400 commit 3d9fdaa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ci/slice/test_slice_float32.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -697,9 +697,9 @@ def main():
697697
S,
698698
", B = ",
699699
B,
700-
", score <2 : ",
700+
", score <=2 : ",
701701
B2,
702-
", score > 3 : ",
702+
", score >2 : ",
703703
Bother,
704704
)
705705

0 commit comments

Comments
 (0)