-
**Describe the bug**
```python
import pandas as pd
ddf = pd.DataFrame({"a": [1, 1, 2], "b": [2, 3, 2]})
reveal_type(ddf.groupby(["a", "b"]).size())
```
pyright reports
```text
- information…
-
**Environment:**
Trying to build latest Horovod with a Docker container, using MPI and PyTorch. I've based it off in large parts on the Docker image present in the repo.
```
FROM nvidia/cuda:11…
-
https://mypy-play.net/?mypy=latest&python=3.10&gist=6f7d6d1036646b8e8a41ed3a5dab3b98&flags=strict
```python
from unittest import mock
import subprocess
def foo() -> None:
with mock.patc…
-
While trying to run pvrpm with a test case and example config file, I am getting the following error - `Illegal instruction while running pvrpm` (see below for more details).
## Error
```console
…
-
Running:
```
#!/usr/bin/env python3
import numpy as np
import datetime
from crick import TDigest
td = TDigest()
for j in range(1000000):
arr = np.array(1)
td.update(arr)
x =…
-
Modules built into circuit python show up as unresolved imports. Just using the basic starting script shows errors on `board` and `digitalio`.
Everything works however.
![image](https://user-im…
-
### Contact details [optional]
_No response_
### Tell us about the bug in plenty of detail
Just installed the tool via `poetry add`, got nothing else installed.
Running Python 3.12.0
### Steps to…
-
Currently you have to `type: ignore` it.
related: #3884
-
From Mypy:
```
sourcefinder/accessors/dataaccessor.py:90: error: "DataAccessor" has no attribute "tau_time" [attr-defined]
sourcefinder/accessors/dataaccessor.py:91: error: "DataAccessor" has no a…
-
Hi!
This issue is going to be a summary of my prototypes to generate Python Interface files ('stub files', '.pyi files') automatically. The prototypes are available as #2379 and #2447.
- #2379 aim…