Skip to content

Fix indexing with `Bool`

Compare
Choose a tag to compare
@dlfivefifty dlfivefifty released this 06 Sep 08:23
· 287 commits to master since this release
Fix bool indexing (#27)

* Fix #26

* Also fix boolean indexing for Ones/Zeros

* Rewrite to make sure that sizes are checked correctly for non-vectors.

* Add tests to check for dimension mismatch

* Add missing tests for bool indexing