Ankush Menat
|
12c01e2975
|
fix: maintain FIFO queue even if outgoing_rate is not found (#30560)
|
2022-04-04 15:22:15 +05:30 |
|
Ankush Menat
|
494bd9ef78
|
style: format code with black
|
2022-03-28 18:52:46 +05:30 |
|
Ankush Menat
|
b534fee2c7
|
refactor: use queue difference instead of actual values
|
2022-02-21 18:02:40 +05:30 |
|
Ankush Menat
|
9c49d2d3aa
|
feat: LIFOValuation class for handling LIFO
|
2022-02-06 20:12:11 +05:30 |
|
Ankush Menat
|
b855030e7c
|
refactor: valuation class to allow extending
|
2022-02-06 20:12:11 +05:30 |
|
Ankush Menat
|
107b404105
|
chore: rename FifoValuation to FIFOValuation
|
2021-12-20 13:20:03 +05:30 |
|
Ankush Menat
|
745caf911a
|
perf: specify slots on FIFO queue
|
2021-12-20 13:20:03 +05:30 |
|
Ankush Menat
|
9d177433cb
|
fix: return consumed bin on collapsing queue
|
2021-12-20 13:20:03 +05:30 |
|
Ankush Menat
|
a00d8d02b2
|
refactor: outgoing rate and defaults for remove_stock
|
2021-12-20 13:20:03 +05:30 |
|
Ankush Menat
|
db1c0889d3
|
feat: get consumed bins from Fifo queue on pop
|
2021-12-20 13:20:03 +05:30 |
|
Ankush Menat
|
1833f7ab81
|
test: FifoValuation tests
|
2021-12-20 13:20:03 +05:30 |
|
Ankush Menat
|
e6e679cf7a
|
fix: round off if near zero while popping from queue
|
2021-12-20 13:20:03 +05:30 |
|
Ankush Menat
|
a71b476652
|
feat: repr, eq and iter for fifo queue
|
2021-12-20 13:20:03 +05:30 |
|
Ankush Menat
|
4b29fb6d08
|
refactor: move Fifo Valuation to a new class
|
2021-12-20 13:20:03 +05:30 |
|