You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is some kind of bug in my logic that implements broadcast_to for ManifestArrays backed by dicts - see 6d53d4c.
I think because we're about to replace that logic with #107 (which fixes the bug by delegating the hard part to numpy), there is not much point in fixing it in main too.
The text was updated successfully, but these errors were encountered:
There is some kind of bug in my logic that implements
broadcast_to
for ManifestArrays backed by dicts - see 6d53d4c.I think because we're about to replace that logic with #107 (which fixes the bug by delegating the hard part to numpy), there is not much point in fixing it in
main
too.The text was updated successfully, but these errors were encountered: