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

Method test_list_models

tests/test_timm.py:7–9  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

5
6class TestTimm(unittest.TestCase):
7 def test_list_models(self):
8 models = timm.list_models()
9 self.assertGreater(len(models), 0)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected