Skip to content

Commit

Permalink
Add a comment
Browse files Browse the repository at this point in the history
  • Loading branch information
junyuan-chen committed Apr 10, 2024
1 parent c52a4cd commit f19398e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/AbstractFixedEffectSolver.jl
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ function solve_residuals!(r::AbstractVector{<:Real}, feM::AbstractFixedEffectSol
return r, iter, converged
end

# A fallback method for collections of x
function solve_residuals!(xs, feM::AbstractFixedEffectSolver; progress_bar = true, kwargs...)
iterations = Int[]
convergeds = Bool[]
Expand Down

0 comments on commit f19398e

Please sign in to comment.