()
| 2221 | @unittest.skipIf(platform.system() == "Windows", "Memory info not accurate") |
| 2222 | def test_siblings_without_eval(self): |
| 2223 | def get_mem(): |
| 2224 | process = psutil.Process(os.getpid()) |
| 2225 | return process.memory_info().rss |
| 2226 | |
| 2227 | key = mx.array([1, 2]) |
| 2228 |
nothing calls this directly
no outgoing calls
no test coverage detected