Files
tinygrad/test/unit
Bhavya Gada 534597e753 fix all test warnings (#7024)
* fix pytorch warning in nn.conv2d for same padding

* fix future warning in torch load

* fix overflow warning in tensor list test: https://github.com/numpy/numpy/issues/23606#issuecomment-1512752172

* fix floating point warnings in dtype tests using docs https://numpy.org/doc/stable/reference/generated/numpy.errstate.html and a neat solution https://stackoverflow.com/questions/53634965/change-np-seterr-behavior-inside-a-function-only

* put err state in one place; comment taken care of by function hover

* enter np errstate context manager on test setup

* put decorator on class
2024-10-18 08:56:40 +08:00
..
2023-12-05 16:17:57 -08:00
2024-10-13 16:42:19 -04:00
2024-09-20 18:13:48 +08:00
2024-10-12 18:20:44 +08:00
2024-10-13 16:42:19 -04:00
2023-11-18 11:41:58 -08:00
2024-10-16 14:51:41 -04:00
2024-10-12 22:36:24 +08:00