Skip to content

Commit

Permalink
Merge pull request #2439 from farid-zare/developTutorial
Browse files Browse the repository at this point in the history
Update testCycleFreeFlux.m
  • Loading branch information
farid-zare authored Feb 17, 2025
2 parents 68d9aa2 + a417c03 commit da31f47
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,14 @@
%

% initialize the test
solverPkgs = prepareTest('requiredToolboxes', {'statistics_toolbox'});

fileDir = fileparts(which('testSampleCbModelRHMC'));
models = {};
models{1} = getDistributedModel('ecoli_core_model.mat');
models{2} = getDistributedModel('Acidaminococcus_sp_D21.mat');
% load('Recon1.0model.mat', 'Recon1')
% models{3} = Recon1;
load('Recon1.0model.mat', 'Recon1')
models{3} = Recon1;
try
S = load('iDopaNeuro1.mat');
names = fieldnames(S);
Expand Down
2 changes: 1 addition & 1 deletion test/verifiedTests/analysis/testThermo/testCycleFreeFlux.m
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
% linprog does not seem to work properly on this problem...
% quadMinos and dqqMinos seem to have problems with this rproblem too,
% leading to suboptimal solutions.
solverPkgs = prepareTest('needsLP', true, 'excludeSolvers',{'matlab','dqqMinos','quadMinos','pdco', 'ibm_cplex'});
solverPkgs = prepareTest('needsLP', true, 'needsQP', true, 'excludeSolvers',{'matlab','dqqMinos','quadMinos','pdco', 'ibm_cplex'});

% save the current path
currentDir = pwd;
Expand Down

0 comments on commit da31f47

Please sign in to comment.