Skip to content

Commit

Permalink
rerun tests
Browse files Browse the repository at this point in the history
  • Loading branch information
xtalax committed Jan 7, 2024
1 parent 2e57081 commit 39bd9c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/loss_function_generation.jl
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ function generate_derivative_rules(term, eqdata, eltypeθ, dummyvars, derivative
end
end
vr = mapreduce(vcat, dvs, init = []) do w
@rule w => ufunc(w, phi, varmap)(reducevcat(arguments(w), eltypeθ), θ)
@rule w => ufunc(w, phi, varmap)(reducevcat(arguments(w), eltypeθ, switch), θ)
end

sr = @rule switch => 1
Expand Down

0 comments on commit 39bd9c7

Please sign in to comment.