Runtime error reading bp files
Open
affects latest release
backend: ADIOS2
bug
question
- Dominant language
- C++
- Stars
- 161
- Forks
- 59
- Avg merge
- 2d 22h
- Merged PRs (30d)
- 7
Description
Hi! I have been using openpmd-api for a while and I did not have any issues reading .bp files with openPMD-api in Python. Recently I am facing an issue with reading bp files. When I execute:
```py
series_4h = io.Series("/gpfs/aps/simulations/planewave_08/output-0000/planewave_08/planewave_08.it00000%T.bp"
,io.Access.read_only)
```
I get the following error:
```RuntimeError: [setAttribute] Value for string attribute 'patchSuffixes' must not be empty!```
I am using openpmd-api 0.14.4 and I have attached the bp file.
[planewave_08.it00000000.zip](https://github.com/openPMD/openPMD-api/files/8207228/planewave_08.it00000000.zip)
Contributor guide
Assessment
This issue has not been assessed yet.