Skip to content

Fixed a typo in the check_data_matches_labels#33

Open
emmechedue wants to merge 1 commit intoanazalea:masterfrom
emmechedue:patch-1
Open

Fixed a typo in the check_data_matches_labels#33
emmechedue wants to merge 1 commit intoanazalea:masterfrom
emmechedue:patch-1

Conversation

@emmechedue
Copy link
Copy Markdown

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
Copy Markdown
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