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 process_weights_for_netuid edge case #94

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

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