Skip to content

A pandas sorting warning appears. #180

@akey7

Description

@akey7

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

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions