Skip to content

Commit

Permalink
fix doc ref
Browse files Browse the repository at this point in the history
  • Loading branch information
exaexa committed Jul 25, 2024
1 parent 54f4b3d commit a9714cf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/src/4-functional-tree-processing.jl
Original file line number Diff line number Diff line change
Expand Up @@ -394,7 +394,8 @@ pruned_qv = C.prune_variables(x.y.x.value * x.z.y.value)
# be used with zero weights. This situation is not detected by
# [`prune_variables`](@ref ConstraintTrees.prune_variables) by default, but you
# can remove the "zeroed out" variable references by using
# [`drop_zeros`](@ref), which allows the pruning to work properly.
# [`drop_zeros`](@ref ConstraintTrees.drop_zeros), which allows the pruning to
# work properly.
#
# For example, the value constructed in the tree below does not really refer to
# `x.x.y` anymore, but pruning does not help to get rid of the now-redundant
Expand Down

0 comments on commit a9714cf

Please sign in to comment.