Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

A pandas sorting warning appears. #180

Open
akey7 opened this issue Feb 15, 2022 · 0 comments
Open

A pandas sorting warning appears. #180

akey7 opened this issue Feb 15, 2022 · 0 comments
Assignees
Labels

Comments

@akey7
Copy link
Contributor

akey7 commented Feb 15, 2022

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

  1. 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
@akey7 akey7 self-assigned this Feb 15, 2022
@akey7 akey7 added the bug label Feb 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant