mirror of
https://github.com/tinygrad/tinygrad.git
synced 2026-02-13 08:05:10 -05:00
hotfix: skip slow pre-commit test
This commit is contained in:
@@ -82,7 +82,7 @@ class DiskDevice(Compiled):
|
||||
def _might_close(self):
|
||||
self.count -= 1
|
||||
if self.count == 0:
|
||||
os.close(self.fd)
|
||||
if hasattr(self, 'fd'): os.close(self.fd)
|
||||
self.size = None
|
||||
@functools.lru_cache(None) # pylint: disable=method-cache-max-size-none
|
||||
def get_runner(self, *ast:LazyOp):
|
||||
|
||||
Reference in New Issue
Block a user