(self)
| 59 | def test_version(self): |
| 60 | self.assertIsNotNone(pl.__version__) |
| 61 | |
| 62 | def test_mnist(self): |
| 63 | dm = LitDataModule() |
| 64 | model = LitClassifier() |
| 65 | trainer = pl.Trainer(max_epochs=1, log_every_n_steps=1, devices=1) |
nothing calls this directly
no outgoing calls
no test coverage detected