We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c59ac6 commit 418edfdCopy full SHA for 418edfd
1 file changed
matlab/tests/private/isequiv.m
@@ -312,7 +312,7 @@ function isequiv(solvers, options)
312
test_options.iprint = floor(0.5*abs(randn));
313
test_options.quiet = (rand < 0.9);
314
% Test all precisions. For unavailable precisions, the double-precision version will be called.
315
-if rand < 0.7 % Prob = 0.6
+if rand < 0.7 % Prob = 0.7
316
test_options.precision = 'double';
317
elseif rand < 0.9 % Prob = 0.27
318
test_options.precision = 'single';
0 commit comments