Skip to content

Commit

Permalink
fix sl_sip horizon
Browse files Browse the repository at this point in the history
  • Loading branch information
HenriDeh committed May 3, 2021
1 parent 553f72c commit e4d3cdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/zoo.jl
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ function sl_sip(h, b, K, CV, c, μ::Distribution, horizon, start_inventory, LT::
Supplier(K,c, leadtime = LeadTime(LT, 0)),
policy = policy
)
InventorySystem(length(μ), [item])
InventorySystem(horizon, [item])
end

"""
Expand Down

0 comments on commit e4d3cdf

Please sign in to comment.