Skip to content

Commit

Permalink
undo stupidity
Browse files Browse the repository at this point in the history
  • Loading branch information
xtalax committed Jan 4, 2024
1 parent 1299565 commit aa12321
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/loss_function_generation.jl
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,6 @@ function generate_derivative_rules(term, eqdata, eltypeθ, dummyvars, derivative
end

dvs = get_depvars(term, varmap.depvar_ops)
ivs = get_indvars(term, v)
@show eltypeθ
@show methods(derivative)
# Orthodox derivatives
Expand Down Expand Up @@ -180,5 +179,4 @@ function generate_integral_rules(eq, eqdata, dummyvars)
#! all that should be needed is to solve an integral problem, the trick is doing this
#! with rules without putting symbols through the solve

end

end

0 comments on commit aa12321

Please sign in to comment.