Skip to content

Commit

Permalink
linearity_propagator Chain with false
Browse files Browse the repository at this point in the history
  • Loading branch information
Vaibhavdixit02 committed Mar 25, 2024
1 parent e161298 commit eaa8e70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/diff.jl
Original file line number Diff line number Diff line change
Expand Up @@ -653,7 +653,7 @@ let
end
end
@rule ~x::issym => 0]
linearity_propagator = Fixpoint(Postwalk(Chain(linearity_rules); similarterm=basic_simterm))
linearity_propagator = Fixpoint(Postwalk(Chain(linearity_rules, true); similarterm=basic_simterm))

global hessian_sparsity

Expand Down

0 comments on commit eaa8e70

Please sign in to comment.