Skip to content

Commit 418edfd

Browse files
committed
260408.184840.CST [skip ci] revise a typo in isequiv.m
1 parent 9c59ac6 commit 418edfd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

matlab/tests/private/isequiv.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,7 @@ function isequiv(solvers, options)
312312
test_options.iprint = floor(0.5*abs(randn));
313313
test_options.quiet = (rand < 0.9);
314314
% Test all precisions. For unavailable precisions, the double-precision version will be called.
315-
if rand < 0.7 % Prob = 0.6
315+
if rand < 0.7 % Prob = 0.7
316316
test_options.precision = 'double';
317317
elseif rand < 0.9 % Prob = 0.27
318318
test_options.precision = 'single';

0 commit comments

Comments
 (0)