when I try to run
let ex = Differential(x)(f(x, y))
func_ex = build_function(expand_derivatives(ex), x, y)
@eval ∂xf(x, y) = ($func_ex)(x,y)
end
I get an error
ERROR: type Int64 has no field value
I think it’s trying to find the deivative of x=0,y=0 which is not part of the