Skip to content

Commit 8658b5c

Browse files
committed
remove debug code
1 parent 550e761 commit 8658b5c

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/pullbacks/lq.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ function check_lq_cotangents(
44
L, Q, ΔL, ΔQ, p::Int;
55
gauge_atol::Real = default_pullback_gauge_atol(ΔQ)
66
)
7-
# check_qr_cotangents(Q', L', ΔQ', ΔL', p; gauge_atol)
87
minmn = min(size(L, 1), size(Q, 2))
98
Δgauge = abs(zero(eltype(Q)))
109
if !iszerotangent(ΔQ)

0 commit comments

Comments
 (0)