Skip to content

Commit

Permalink
fix warning test
Browse files Browse the repository at this point in the history
  • Loading branch information
theo-barfoot committed Jun 5, 2023
1 parent 11f0d58 commit f87f821
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/test_random.py
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,6 @@ def test_too_many_nnz(self):
@parameterized.expand([
("int08", torch.int8),
("int16", torch.int16),
("int32", torch.int32),
])
def test_incompatible_indices_dtype(self, _, indices_dtype):
with self.assertWarns(UserWarning):
Expand Down

0 comments on commit f87f821

Please sign in to comment.