Skip to content

[BUG] Boolean arrays are not iterable #589

@v923z

Description

@v923z

Taken from #588 (comment)

>>> b
array([False, True, False], dtype=bool)
>>> b[-1] = True
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
TypeError: 'bool' object isn't iterable

@mtroback

Metadata

Metadata

Assignees

Labels

bugSomething isn't workingcriticalcritical bug, requires speedy fix

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions