Skip to content

Commit bffb541

Browse files
bors[bot]ToucheSir
andauthored
Merge #1797
1797: Mark destructure gradient test as broken r=DhairyaLGandhi a=ToucheSir 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. Co-authored-by: Brian Chen <ToucheSir@users.noreply.github.com>
2 parents 95b0bb2 + 2e03054 commit bffb541

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)