Skip to content

Commit 5db119c

Browse files
Update jira ticket number for qr issue
1 parent 8de90d5 commit 5db119c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dpnp/tests/third_party/cupy/linalg_tests/test_decomposition.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ def test_decomposition(self, dtype):
163163
class TestQRDecomposition(unittest.TestCase):
164164

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

0 commit comments

Comments
 (0)