Skip to content

Conversation

@Joshua-Gordon
Copy link

I've replaced a list is [] call with len(list) == 0

At one point in the code, a list is checked if empty using `is []`. This
commit changes it to check if the `len()` of the list is 0, as `[] is
[]` evaluates to False.
@dhsdshdhk
Copy link

I also had a problem with division by zero, hope the author is active and maintaining this.

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