Skip to content

Commit

Permalink
Clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
lassepe committed Apr 16, 2024
1 parent 3138603 commit 307b2ba
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/Internals.jl
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,6 @@ module Internals

using FastDifferentiation: FastDifferentiation as FD

function parameterize(f::Vector, θ)
f
end

function parameterize(f, θ)
f(θ)
end

function infer_problem_size(lower_bounds, upper_bounds)
if lower_bounds isa AbstractVector
length(lower_bounds)
Expand Down

0 comments on commit 307b2ba

Please sign in to comment.