Skip to content

Commit d7fddc2

Browse files
committed
more tweaks
1 parent 9b8fc31 commit d7fddc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/autodiff/ad.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -597,7 +597,7 @@ for V in spacelist
597597
# TODO: I'm not sure how to properly test with spaces that might change
598598
# with the finite-difference methods, as then the jacobian is ill-defined.
599599

600-
trunc = truncrank(round(Int, min(dim(domain(t)), dim(codomain(t))) ÷ 2))
600+
trunc = truncrank(round(Int, min(dim(domain(t)), dim(codomain(t))) * (3 / 4)))
601601
USVᴴ_trunc = svd_trunc(t; trunc)
602602
ΔUSVᴴ_trunc = rand_tangent.(USVᴴ_trunc)
603603
remove_svdgauge_dependence!(

0 commit comments

Comments
 (0)