We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f30994b commit 52002c3Copy full SHA for 52002c3
1 file changed
test/chainrules/factorizations.jl
@@ -87,8 +87,7 @@ for V in spacelist
87
88
if fuse(codomain(t)) ≺ fuse(domain(t))
89
_, full_pb = Zygote.pullback(lq_full, t)
90
- # broken due to typo in MAK
91
- # @test_logs (:warn, r"^`lq") match_mode = :any full_pb((ΔL, ΔQ))
+ @test_logs (:warn, r"^`lq") match_mode = :any full_pb((ΔL, ΔQ))
92
end
93
94
remove_lq_gauge_dependence!(ΔL, ΔQ, t, L, Q)
0 commit comments