diff --git a/test/downstream/nllsopt.jl b/test/downstream/nllsopt.jl index 66f1cc7d9..e70ed8ac2 100644 --- a/test/downstream/nllsopt.jl +++ b/test/downstream/nllsopt.jl @@ -1,5 +1,4 @@ using NonlinearSolve, Optimization, OptimizationNLopt, ForwardDiff -import FastLevenbergMarquardt, LeastSquaresOptim true_function(x, θ) = @. θ[1] * exp(θ[2] * x) * cos(θ[3] * x + θ[4])