qiskit/releasenotes/notes/1.2/fix-kwarg-validation-BitArr...

5 lines
191 B
YAML

---
fixes:
- |
The keyword argument ``order`` of the function :meth:`.BitArray.from_bool_array` should be 'little' or 'big'. Added checks to raise error if an invalid value is entered.