Skip to content

Commit 5bbba91

Browse files
committed
Remove outdated workaround
1 parent d55fc00 commit 5bbba91

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

ext/DynamicPPLChainRulesCoreExt.jl

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,5 @@ ChainRulesCore.@non_differentiable DynamicPPL.updategid!(
2525
ChainRulesCore.@non_differentiable DynamicPPL.infer_nested_eltype(x)
2626

2727
ChainRulesCore.@non_differentiable DynamicPPL.recontiguify_ranges!(ranges)
28-
# TODO(mhauru) A workaround for https://github.com/FluxML/Zygote.jl/issues/1523, remove when
29-
# fixed. Note that this is some serious type piracy. Needed because VarNamedVector uses
30-
# BitVectors.
31-
ChainRulesCore.@non_differentiable BitVector(a, b)
3228

3329
end # module

0 commit comments

Comments
 (0)