ms1450 / CommandConnectorCompatibilityCalculator

Compares a customer list of Camera Models with the Verkada HCL to provide compatible cameras.
2 stars 1 forks source link

[BUG] Faulty Storage Evaluation Logic #14

Closed ian-young closed 2 months ago

ian-young commented 2 months ago

Describe the bug The logic in the recursive function will prioritize quoting 2 CC300-4TB connectors over 1 CC300-8TB when channel needs are met and all that is needed is increased storage.

To Reproduce To reproduce the behavior:

Run main.py against customer_sheet_1.csv.

Expected behavior One CC300-8TB is quoted to meet the storage needs.

Screenshots Screenshot 2024-08-28 at 8 47 23 AM

ian-young commented 2 months ago

Resolved in latest commit to channel-calculator.