-
Notifications
You must be signed in to change notification settings - Fork 8
Description
Hi, I have problems executing the code, my setup is
MAC OSX
opencobra 7e6385f
Gurobi7
Matlab R2012a
I get the following error output when I run main.m:
MException
Properties:
identifier: ''
message: [1x54 char]
cause: {0x1 cell}
stack: [6x1 struct]
Methods
MException
Properties:
identifier: ''
message: [1x54 char]
cause: {0x1 cell}
stack: [6x1 struct]
Methods
86 exchange_rates = fluxes_exp(exchange_idxs_data);
K>> fluxes_exp(exchange_idxs_data)
Index exceeds matrix dimensions.
Index exceeds matrix dimensions.
Error in evaluate_method (line 86)
exchange_rates = fluxes_exp(exchange_idxs_data);
Error in benchmark_method (line 31)
result = evaluate_method(model, dataset, method, condition,
ref_condition, options);
Error in main (line 49)
benchmark_method(methods{i}, model, dataset, options);
Wonder if you could help me find the error, from what I see the error comes from the function
fluxes_exp = fit_fluxes_to_model(model, dataset.reactions, fluxes_exp_old);
which returns an empty object instead of the fitted fluxes(as required I presume),
Thank you and best regards.