LarrySnyder / stockpyl

Python inventory optimization and simulation tools.
GNU General Public License v3.0
87 stars 19 forks source link

Handle IP calculation outside of `Policy` instead of in `get_order_quantity()` #154

Open LarrySnyder opened 3 weeks ago

LarrySnyder commented 3 weeks ago

get_order_quantity() should take IP as input, and IP should be calculated outside that function.

(Not sure this is a good idea, but consider it)