Skip to content

Commit 6fe0880

Browse files
committed
260512.001146.CST rewind to 99e17a4
1 parent ea624b7 commit 6fe0880

2 files changed

Lines changed: 1 addition & 4 deletions

File tree

.github/workflows/test_matlab_windows.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,5 @@ jobs:
125125
test_classical = true;
126126
% With MinGW, if we set verbose to true, MATLAB will crash with the message "ERROR: MATLAB error Exit Status: 0xc0000409".
127127
% To be investigated whether this is a bug of MATLAB or MinGW. Setting verbose to false is a workaround.
128-
%verbose = ~strcmpi('${{ matrix.compiler }}', 'mingw');
129-
verbose = true; % For test
128+
verbose = ~strcmpi('${{ matrix.compiler }}', 'mingw');
130129
testprima_ex(test_classical, verbose);

matlab/tests/testprima.m

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,8 +102,6 @@ function testprima(release, precision, nrun, test_classical, verbose)
102102
clflag_list = {true, false}; % clflag: call the solvers in classical mode (true) or not (false)
103103
end
104104

105-
clflag_list = {true}; % For test
106-
107105
for irun = 1 : nrun
108106
fprintf ('\n');
109107
if (nrun > 1)

0 commit comments

Comments
 (0)