Add dimension validation for BQ #2269
Labels
Bug Fixes
Changes to a system or product designed to handle a programming bug/glitch
good first issue
Good for newcomers
v2.19.0
Description
Right now, BQ requires that input vectors be divisible by 8. It currently fails silently if the dimension is not divisible by 8. We should validate and reject the configuration if a dimension is passed in that is not divisible by 8.
The text was updated successfully, but these errors were encountered: