(input_data_r)
| 62 | |
| 63 | @pytest.fixture |
| 64 | def input_data_c(input_data_r): |
| 65 | return compatibility_convert_row_columnar_dataset( |
| 66 | input_data_r, ComponentAttributeFilterOptions.relevant, DatasetType.input |
| 67 | ) |
| 68 | |
| 69 | |
| 70 | @pytest.fixture(params=["input_data_r", "input_data_c"]) |
nothing calls this directly
no test coverage detected