Skip to content

Commit

Permalink
Update search_and_matching.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
Tortar authored Nov 12, 2024
1 parent c77a01d commit 1649feb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/markets/search_and_matching.jl
Original file line number Diff line number Diff line change
Expand Up @@ -519,7 +519,7 @@ function perform_retail_market!(

while !isempty(H_g) && !isempty(F_g_sampler)

H_g = shuffle(H_g)
shuffle!(H_g)
for j in eachindex(H_g)
h = H_g[j]
e = rand(F_g_sampler; info=true)
Expand Down

0 comments on commit 1649feb

Please sign in to comment.