[Test] Drop dead and strictly-subsumed CI test registrations (#40264)

This commit is contained in:
Liangsheng Yin
2026-09-18 17:49:13 -07:00
committed by GitHub
parent fa7e83fd09
commit d507accadc
19 changed files with 9 additions and 1167 deletions
@@ -23,7 +23,7 @@ class TestCalcRelDiff:
def test_zero_vectors(self) -> None:
z: torch.Tensor = torch.zeros(5)
result = _calc_rel_diff(z, z)
assert not torch.isnan(result) or True # should not crash
assert not torch.isnan(result)
class TestArgmaxCoord: