Skip to content

Commit b524296

Browse files
fix bugs
1 parent 2288f40 commit b524296

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/prim/prim/vjp/eager/test_comp_eager_acos_double_grad.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
('primal', 'cotangent', 'dtype'),
2626
[
2727
(
28-
np.random.rand(-0.95, 0.95, size=(10, 10)),
28+
np.random.uniform(-0.95, 0.95, size=(10, 10)),
2929
np.random.rand(10, 10),
3030
np.float32,
3131
),

0 commit comments

Comments
 (0)