Fixed recursive logic to prefer having excess over having a deficit. Added a file to test this logic using pytest. Changed logging level to INFO.
Fixes #16 #14 #13 #12
Type of change
[x] Bug fix (non-breaking change which fixes an issue)
[x] New feature (non-breaking change which adds functionality)
[ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
[ ] This change requires a documentation update
How Has This Been Tested?
Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration
Feature Name
Description
Fixed recursive logic to prefer having excess over having a deficit. Added a file to test this logic using
pytest
. Changed logging level toINFO
.Fixes #16 #14 #13 #12
Type of change
How Has This Been Tested?
Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration
Checklist