Skip to content

Commit cfdb2f8

Browse files
test: mark adjoint test as broken
1 parent 83dbd97 commit cfdb2f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/downstream/adjoints.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ gs_ts, = Zygote.gradient(sol) do sol
6868
sum(sum.(sol[[lorenz1.x, lorenz2.x], :]))
6969
end
7070

71-
@test all(map(x -> x == true_grad_vecsym, gs_ts))
71+
@test_broken all(map(x -> x == true_grad_vecsym, gs_ts))
7272

7373
# BatchedInterface AD
7474
@variables x(t)=1.0 y(t)=1.0 z(t)=1.0 w(t)=1.0

0 commit comments

Comments
 (0)