Skip to content

Commit 242711d

Browse files
committed
disable broken test
1 parent 7fac657 commit 242711d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/autodiff/ad.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -522,7 +522,7 @@ for V in spacelist
522522
for T in eltypes,
523523
t in (
524524
rand(T, V[1], V[1]), rand(T, W, W), rand(T, W, W)',
525-
DiagonalTensorMap(rand(T, reduceddim(V[1])), V[1]),
525+
# DiagonalTensorMap(rand(T, reduceddim(V[1])), V[1]), # broken in MatrixAlgebraKit
526526
)
527527

528528
atol = rtol = precision(T) * dim(space(t))

0 commit comments

Comments
 (0)