-
### What should we add?
`QuantumCircuit` equality has a somewhat non-standard definition in that it attempts to check for a "structural" equality of quantum circuits, e.g.
```python
qc = qk.Quant…
-
I am struggling with the conversion of a script written for Python 2.7 to Python 3 (PS: I know Python 3 still understands the old formatting syntax, but I would like to convert to the new formatting s…
-
**Is your feature request related to a problem? Please describe.**
When new to sktime, I'm finding there's a lot of 'guess and check' to find what effect a transformer will have (what it will do to t…
-
The greedy completer was scheduled for deprecation in 2016 together with introduction of jedi integration (https://github.com/ipython/ipython/pull/9375). Despite of the introduction of Jedi, some aspe…
-
UPDATE: Please check https://github.com/mypyc/mypyc/issues/839#issuecomment-825710829 for more details.
---
Current master branch doesn't support overridden `__len__` of dict subtypes.
```py
…
-
## 🐛 Bug
`t + a != a + t`, where `t` is a tensor and `a` is an array.
## To Reproduce
```python
>>> import torch
>>> import numpy as np
>>> t = torch.arange(3.)
>>> a = -np.arange(3.)
>>…
-
> experiment with separating the UoW (whose responsibilities are
> commit() , rollback() , and providing the .batches repository) from the
> context manager, whose job is to initialize things, and t…
-
In the following code:
```python
from beartype import beartype
import equinox as eqx
from jaxtyping import Array, Float
@beartype
class MyClass(eqx.Module):
x: Float[Array, ""]
def f…
-
BPO | [36662](https://bugs.python.org/issue36662)
--- | :---
Nosy | @rhettinger, @ericvsmith, @matrixise, @tirkarthi
*Note: these values reflect the state of the issue at the time it was migrated and…
-
# Documentation
Running sphinx-build in nit-picky mode, like:
sphinx-build -n . build/html/
or:
make html SPHINXERRORHANDLING=-n
gives tons warnings. ~8k of them at the time o…