python-stratify
python-stratify copied to clipboard
WIP: BUGFIX for #50
🚀 Pull Request
Description
Stratify currently cannot handle when the source and the target are increasing in different directions.
eg. Source [1, 2, 3, 4] Target [4, 3, 2, 1]
This adds a rising keyword to detect the direction of the source and target, and appropriately handle the source and target in any combinations of directions.