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 May 6, 2024
1 parent f19398e commit 89056b5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/AbstractFixedEffectSolver.jl
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,9 @@ function solve_residuals!(r::AbstractVector{<:Real}, feM::AbstractFixedEffectSol
end

# A fallback method for collections of x
# The container for data columns does not have to be a vector
# This allows the use of iterators and tuples for xs in downstream packages
# See https://github.com/FixedEffects/FixedEffects.jl/pull/65
function solve_residuals!(xs, feM::AbstractFixedEffectSolver; progress_bar = true, kwargs...)
iterations = Int[]
convergeds = Bool[]
Expand Down

0 comments on commit 89056b5

Please sign in to comment.