()
| 371 | |
| 372 | |
| 373 | def create_numeric_struct_list() -> NumericStructList: |
| 374 | return NumericStructList( |
| 375 | struct_list=[create_numeric_struct() for _ in range(LIST_SIZE)] |
| 376 | ) |
| 377 | |
| 378 | |
| 379 | def create_sample_list() -> SampleList: |
no test coverage detected