You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
…
The text was updated successfully, but these errors were encountered:
Description
Steps to reproduce issue
Please provide a minimum working example (MWE) if possible
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
The text was updated successfully, but these errors were encountered: