diff --git a/lib/SCCNonlinearSolve/test/core_tests.jl b/lib/SCCNonlinearSolve/test/core_tests.jl index a624d7008..73fce06bf 100644 --- a/lib/SCCNonlinearSolve/test/core_tests.jl +++ b/lib/SCCNonlinearSolve/test/core_tests.jl @@ -66,7 +66,6 @@ end prob.probs[i], nothing, sol.u, sol.resid, retcode = sol.retcode) sols[i] = _sol end - # TODO: fix allocations with a lazy concatenation u .= reduce(vcat, sols) resid .= reduce(vcat, getproperty.(sols, :resid))