Skip to content

Problem running the code. #5

Description

@danieltba

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions