Skip to content

Conversation

dylanuys
Copy link

@dylanuys dylanuys commented Jun 6, 2024

This is a bugfix for #93 (issue provides a detailed description of where and how the bug occurs)

The edge case occurs when there is only a single non-zero weight to be processed, which results in len being called on an array scalar. The fix is to reshape said array scaler to make it a sized object.

Here is a recreation of the bug and it's fix:
Screenshot 2024-06-06 at 3 02 27 PM

this avoids an error wherein len() is called on an array scalar
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.

1 participant