Skip to content

Commit

Permalink
Update search_and_matching_labour.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
Tortar authored Nov 20, 2024
1 parent 8d1c150 commit f434e62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/markets/search_and_matching_labour.jl
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ function search_and_matching_labour(firms::AbstractFirms, model)
popfirst!(H_U)
isempty(H_U) && break
end
I_V = I_V[@view(V_i[I_V]) .> 0]
filter!(i -> V_i[i] > 0, I_V)
shuffle!(I_V)
end

Expand Down

0 comments on commit f434e62

Please sign in to comment.