Skip to content

Commit 52002c3

Browse files
committed
remove broken warning that is no longer broken
1 parent f30994b commit 52002c3

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

test/chainrules/factorizations.jl

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,7 @@ for V in spacelist
8787

8888
if fuse(codomain(t)) fuse(domain(t))
8989
_, 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))
90+
@test_logs (:warn, r"^`lq") match_mode = :any full_pb((ΔL, ΔQ))
9291
end
9392

9493
remove_lq_gauge_dependence!(ΔL, ΔQ, t, L, Q)

0 commit comments

Comments
 (0)