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 Nov 7, 2024
1 parent 5e5d514 commit 01f49d9
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
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 01f49d9

Please sign in to comment.