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

FIX: in annotate, fixed error in checking iterable #133

Closed
wants to merge 1 commit into from

Conversation

RebeccaWPerry
Copy link
Contributor

The threshold value can be a single number or a list of numbers... but the code needs to be able to call threshold[0]. So, we check if it is iterable, then turn any single numbers into a list. This is associated with pull request #104.

@danielballan
Copy link
Member

Great. I cherry-picked your commit into #134. (This means github still displays you as the author even though it's now part of my PR.) I added a second commit of my own with a pile of tests. This is solid. Thanks again.

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