A pandas sorting warning appears.
akey7 opened this issue · 0 comments
akey7 commented
Description
Manager.py:101: FutureWarning: Sorting because non-concatenation axis is not aligned. A future version
of pandas will change to not sort by default.
To accept the future behavior, pass 'sort=False'.
To retain the current behavior and silence the warning, pass 'sort=True'.
Steps to reproduce issue
Please provide a minimum working example (MWE) if possible
- Run any project through LandBOSSE and this warning will pop up.
Current behavior
The above warning is generated.
Expected behavior
The warning above should incorporate an explicit specification of sorting behavior to be future proof.
Code versions
List versions only if relevant
- Python
- …