Skip to content

Commit

Permalink
Update jira ticket number for qr issue
Browse files Browse the repository at this point in the history
  • Loading branch information
vlad-perevezentsev committed Dec 11, 2024
1 parent 8de90d5 commit 5db119c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ def test_decomposition(self, dtype):
class TestQRDecomposition(unittest.TestCase):

@testing.for_dtypes("fdFD")
# skip cases with 'complete' and 'reduce' modes on CUDA (SAT-7589)
# skip cases with 'complete' and 'reduce' modes on CUDA (SAT-7611)
def check_mode(self, array, mode, dtype):
if (
is_cuda_device()
Expand Down

0 comments on commit 5db119c

Please sign in to comment.