Skip to content

Commit 8c08866

Browse files
committedFeb 7, 2025
Fix bad merge
1 parent 455bcc2 commit 8c08866

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed
 

‎test/ad.jl

+4-3
Original file line numberDiff line numberDiff line change
@@ -153,9 +153,10 @@ Vlist = ((ℂ^2, (ℂ^3)', ℂ^3, ℂ^2, (ℂ^2)'),
153153
if symmetricbraiding
154154
test_rrule(TensorKit.permutedcopy_oftype, T1, ComplexF64, ((3, 1), (2, 4)))
155155

156-
test_rrule(convert, Array, T1)
157-
test_rrule(TensorMap, convert(Array, T1), codomain(T1), domain(T1);
158-
fkwargs=(; tol=Inf))
156+
test_rrule(convert, Array, T1)
157+
test_rrule(TensorMap, convert(Array, T1), codomain(T1), domain(T1);
158+
fkwargs=(; tol=Inf))
159+
end
159160

160161
test_rrule(Base.getproperty, T1, :data)
161162
test_rrule(TensorMap{scalartype(T1)}, T1.data, T1.space)

0 commit comments

Comments
 (0)