File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -681,7 +681,7 @@ class TestQr:
681
681
# Set numpy.random.seed for test methods to prevent
682
682
# random generation of the input singular matrix
683
683
def setup_method (self ):
684
- numpy .random .seed (76 )
684
+ numpy .random .seed (81 )
685
685
686
686
# TODO: New packages that fix issue CMPLRLLVM-53771 are only available in internal CI.
687
687
# Skip the tests on cpu until these packages are available for the external CI.
@@ -1042,7 +1042,7 @@ class TestSvd:
1042
1042
# Set numpy.random.seed for test methods to prevent
1043
1043
# random generation of the input singular matrix
1044
1044
def setup_method (self ):
1045
- numpy .random .seed (76 )
1045
+ numpy .random .seed (81 )
1046
1046
1047
1047
def get_tol (self , dtype ):
1048
1048
tol = 1e-06
@@ -1186,7 +1186,7 @@ class TestPinv:
1186
1186
# Set numpy.random.seed for test methods to prevent
1187
1187
# random generation of the input singular matrix
1188
1188
def setup_method (self ):
1189
- numpy .random .seed (76 )
1189
+ numpy .random .seed (81 )
1190
1190
1191
1191
def get_tol (self , dtype ):
1192
1192
tol = 1e-06
You can’t perform that action at this time.
0 commit comments