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
fix: incorrect assertion in BitChunks::new (#8620)
# Which issue does this PR close?
N/A
# Rationale for this change
not testing the correct length
# What changes are included in this PR?
remove * 8 as the length of the buffer is in bytes already
# Are these changes tested?
created tests to make sure they are failing before AND created tests
that make sure that ceil is used for future changes
# Are there any user-facing changes?
Nope
0 commit comments