Skip to content

Commit 2e03054

Browse files
authored
Mark destructure gradient test as broken
Temporary measure to unblock CI while we investigate the root cause. I think `@test_broken` is better than increasing the tolerance, as the latter makes it easier to forget about this one entirely.
1 parent 8fa4317 commit 2e03054

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/utils.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -416,7 +416,7 @@ end
416416
∇m = gradient(m -> sum(m(x)), m)[1]
417417
p, re = destructure(m)
418418
∇p = gradient-> sum(re(θ)(x)), p)[1]
419-
@test ∇p destructure(∇m)[1]
419+
@test_broken ∇p destructure(∇m)[1]
420420
end
421421
end
422422
end

0 commit comments

Comments
 (0)