Test the failing case in CI

This commit is contained in:
waifairer
2023-07-21 21:39:42 -06:00
parent d5809a1a50
commit 110add0a70

View File

@@ -170,6 +170,7 @@ class Tensor:
def eye(dim:int, **kwargs):
return Tensor([1], **kwargs).pad(((0,dim),)).reshape(1, dim+1).expand(dim, dim+1).reshape(dim*(dim+1)).shrink(((0,dim*dim),)).reshape(dim, dim)
# ***** rng hlops *****
@staticmethod