You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
New reading engine "TimeSeries" that can read .ats text file listing a series of BP/H5 files. (ornladios#4520)
- Both Read and ReadRandomAccess modes are supported.
- Full paths and relative paths to other directories are allowed in each line.
- Mix of BP4, BP5 and HDF5 files are allowed.
- Stream mode only returns `end of stream` when a line starting with `--end` encountered. `--end` is not required for ReadRandomAccess mode.
- Empty lines and comments starting with `#` are ignored.
Format of the ATS file:
```
gs100.bp
gs300.bp
gs500.bp
--end--
```
- Test case with changing variable shape for BP3/BP4/BP5 engines
0 commit comments