lionelbrits
lionelbrits
Apparently this could be a cache issue on pypi. See e.g. https://github.com/pypi/warehouse/issues/2608
@isaacdevlugt This is still outstanding :)
@isaacdevlugt Codercise I.12.1
@isaacdevlugt: This is the same bug that is discussed [here](https://discuss.pennylane.ai/t/bug-in-codercise-i-12-1/4546). When the exercise loads the code contains ``` bits = [int(x) for x in np.binary_repr(basis_id, width=dev.num_wires)] ``` which needs to...