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

Fixed a typo in the check_data_matches_labels #33

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

emmechedue
Copy link

There was a typo in the check_data_matches_labels function.
It was: if len(labels > 0): instead of if len(labels) > 0:
This made it impossible to use the ordering of the names capability.
Other than that, great library!

There was a typo in the check_data_matches_labels function.
It was: if len(labels > 0): instead of if len(labels) > 0:
This made it impossible to use the ordering of the names capability.
Other than that, great library!
@Pierre-Sassoulas
Copy link
Contributor

This package is not maintained anymore, but this problem was fixed in the last working code available in pySankeyBeta. You can install it with :

pip install pySankeyBeta

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants