MCPcopy Create free account
hub / github.com/ml-explore/mlx / tearDownClass

Method tearDownClass

python/tests/test_load.py:37–38  ·  view source on GitHub ↗
(cls)

Source from the content-addressed store, hash-verified

35
36 @classmethod
37 def tearDownClass(cls):
38 cls.test_dir_fid.cleanup()
39
40 def test_save_and_load(self):
41 for dt in self.dtypes:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected