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 Oct 28, 2024
1 parent e12f37e commit 1530e6f
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 @@ -521,7 +521,7 @@ function perform_retail_market!(
for j in eachindex(H_g)
h = H_g[j]

e = wsample_single(1:length(F_g), pr_cum_f_) # SLOW
e = wsample_single(1:length(F_g), pr_cum_f_)
f = F_g[e]

if S_fg[f] > C_d_hg[h] / P_f[f]
Expand Down

0 comments on commit 1530e6f

Please sign in to comment.