Skip to content

Commit cbc9c65

Browse files
reduce prec from 1e-10 to 1e-9 for test_rot
1 parent dad72c8 commit cbc9c65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/tests/pd/model/test_rot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ def test(
3636
self,
3737
):
3838
generator = paddle.seed(GLOBAL_SEED)
39-
prec = 1e-10
39+
prec = 1e-9
4040
natoms = 5
4141
cell = 10.0 * paddle.eye(3, dtype=dtype).to(device=env.DEVICE)
4242
coord = 2 * paddle.rand([natoms, 3], dtype=dtype).to(device=env.DEVICE)

0 commit comments

Comments
 (0)