|
8 | 8 | | fixed-size array leaves | ✓ |
|
9 | 9 | | variable-size array leaves | ✓ |
|
10 | 10 | | split objects (`small-evnt-tree-fullsplit.root`) | ✓ |
|
11 |
| -| split objects in `TClonesArray` | **no** | |
12 |
| -| leaflist (FIXME: not implemented) | **no** | |
13 |
| -| unsplit objects (won't do) | **no** | |
14 |
| -| `std::vector`, `std::string` (???) | **no** | |
| 11 | +| split objects in `TClonesArray` | **no!** | |
| 12 | +| leaflist (FIXME: not implemented) | **no!** | |
| 13 | +| unsplit objects (won't do) | **no!** | |
| 14 | +| `std::vector`, `std::string` (???) | **no!** | |
15 | 15 | | branch with "speed bumps" | ✓ |
|
16 | 16 | | all compression algorithms (none, zlib, lzma, lz4; ignoring "old") | ✓ |
|
17 | 17 | | `TTree` versions from 16 (2009) to 19 (present) | ✓ |
|
18 |
| -| nested directories | **no** | |
| 18 | +| nested directories | **no!** | |
19 | 19 | | arrays interface | ✓ |
|
20 | 20 | | iterator interface | ✓ |
|
21 |
| -| selection by list of branch names | **no** | |
22 |
| -| pass array to fill, rather than `dtype` | **no** | |
23 |
| -| different `outputtypes` | **no** | |
| 21 | +| selection by list of branch names | **no!** | |
| 22 | +| pass array to fill, rather than `dtype` | **no!** | |
| 23 | +| different `outputtypes` | **no!** | |
24 | 24 | | memory-mapped files | ✓ |
|
25 |
| -| standard files (not using; remove?) | **no** | |
26 |
| -| XRootD (would have to get XRootD library into `tests_require` somehow...) | **no** | |
27 |
| -| big files (64-bit addresses in TFile header) | **no** | |
28 |
| -| parallel processing (not deterministic: hard to include in test suite) | **no** | |
29 |
| -| exception raising! | **no** | |
30 |
| -| `repr` print-outs | **no** | |
31 |
| -| informational methods (keys/branches listings) | partial | |
| 25 | +| standard files (not using; remove?) | **no!** | |
| 26 | +| XRootD (would have to get XRootD library into `tests_require` somehow...) | **no!** | |
| 27 | +| big files (64-bit addresses in TFile header) | **no!** | |
| 28 | +| parallel processing (not deterministic: hard to include in test suite) | **no!** | |
| 29 | +| exception raising! | **no!** | |
| 30 | +| `repr` print-outs | **no!** | |
| 31 | +| informational methods (keys/branches listings) | **partial** | |
0 commit comments