MCPcopy Create free account
hub / github.com/Kaggle/docker-python / test_version

Method test_version

tests/test_pytorch_lightning.py:61–62  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

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)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected