We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
sim._raw_materials_to_finished_goods()
stockpyl/src/stockpyl/sim.py
Lines 856 to 865 in 26792d6
Allocate in a smarter way if units_ordered == 0?
units_ordered == 0
Better handling for case where order_quantity_fg == 0 (e.g., because of backorders)?
order_quantity_fg == 0
The text was updated successfully, but these errors were encountered:
Clean up edge cases in calculating share fraction in `sim._raw_materi…
c0992ac
…als_to_finished_goods()` #156
LarrySnyder
No branches or pull requests
stockpyl/src/stockpyl/sim.py
Lines 856 to 865 in 26792d6
Allocate in a smarter way if
units_ordered == 0
?Better handling for case where
order_quantity_fg == 0
(e.g., because of backorders)?The text was updated successfully, but these errors were encountered: