RecordComponent.shape should return a tuple
Open
affects latest release
api: breaking
bug
frontend: Python3
- Dominant language
- C++
- Stars
- 161
- Forks
- 59
- Avg merge
- 2d 22h
- Merged PRs (30d)
- 7
Description
**Describe the bug**
From the `examples/2_read_serial.py`, `E_x.shape` is returned as a list.
The equivalent `np.array` API returns a tuple here.
**To Reproduce**
Run the `examples/2_read_serial.py` example
Python:
```python
import openpmd_api
# ...
```
Contributor guide
Assessment
This issue has not been assessed yet.