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

Commits on Jan 28, 2020

  1. Fixed a typo in the check_data_matches_labels

    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!
    emmechedue committed Jan 28, 2020
    Configuration menu
    Copy the full SHA
    e09cce8 View commit details
    Browse the repository at this point in the history