Skip to content

Commit

Permalink
fix leftover of conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
HenriDeh authored Apr 11, 2022
1 parent 834d1a2 commit 5cf1401
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/zoo.jl
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
<<<<<<< HEAD
function sl_sip(h, b, K, CV, c, μ::Vector, start_inventory, LT::Int = 0; lostsales = false, horizon = length(μ)÷2, policy = sSPolicy(), periods = length(μ) - horizon)
=======
function sl_sip(h, b, K, CV, c, μ::Vector, start_inventory, LT::Int = 0; lostsales = false, horizon = length(μ), policy = sSPolicy(), periods = horizon)
>>>>>>> 46e69d4 (fix tests and zoo)
item = EndProduct(
Market(b, CVNormal{CV}, horizon, 0, μ, lostsales = lostsales),
Inventory(h, start_inventory),
Expand Down

0 comments on commit 5cf1401

Please sign in to comment.