Skip to content

Commit

Permalink
Update testSampleCbModelRHMC.m
Browse files Browse the repository at this point in the history
  • Loading branch information
farid-zare authored Feb 17, 2025
1 parent 4eddc0c commit a417c03
Showing 1 changed file with 4 additions and 2 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

0 comments on commit a417c03

Please sign in to comment.