Skip to content

Commit 7098f45

Browse files
author
Katharine Hyatt
committed
Fix chainrules tests
1 parent 7e49379 commit 7098f45

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/testsuite/chainrules.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ function test_chainrules_lq(
189189
m, n = size(A)
190190
r = min(m, n) - 5
191191
Ard = instantiate_matrix(T, (m, r)) * instantiate_matrix(T, (r, n))
192-
LQ, ΔLQ = ad_lq_rd_compact_setup(Ard)
192+
LQ, ΔLQ = ad_lq_rank_deficient_compact_setup(Ard)
193193
test_rrule(
194194
cr_copy_lq_compact, Ard, alg NoTangent();
195195
output_tangent = ΔLQ, atol = atol, rtol = rtol

0 commit comments

Comments
 (0)