(self)
| 18 | |
| 19 | @pytest.fixture |
| 20 | def dataspec(self): |
| 21 | dataloader = DataLoader(RandomClassificationDataset()) |
| 22 | return DataSpec(dataloader=dataloader) |
| 23 | |
| 24 | # yapf: disable |
| 25 | @pytest.mark.parametrize( |
nothing calls this directly
no test coverage detected