cobratoolbox icon indicating copy to clipboard operation
cobratoolbox copied to clipboard

findStoichConsistentSubset error in minCardinalityConservationRelaxationVector

Open Gpreciat opened this issue 4 months ago • 0 comments

Error using optimizeCardinality mosek not working with optCard -TODO debug with testOptimizeCbModel

Error in minCardinalityConservationRelaxationVector (line 112) solutionRelax = optimizeCardinality(cardProblem,param);

Error in findStoichConsistentSubset (line 324) [relaxRxnBool,solutionRelax] = minCardinalityConservationRelaxationVector(model.S(boolMet,boolRxn),minCardRelaxParams,printLevel-1);

Error in XomicsToModel (line 796) [~, ~, ~, ~, ~, ~, model, stoichConsistModel] = findStoichConsistentSubset(model, ...

Error in XomicsToMultipleModels (line 380) [omicsModel, modelGenerationReport] = XomicsToModel(genericModel, specificData, param);

Error in driver_createMultipleIDNModels (line 163) directoriesWithModels = XomicsToMultipleModels(modelGenerationConditions, param);

I hereby confirm that I have:

  • [X] Tried to solve the issue on my own
  • [X] Retried to run my code with the latest version of The COBRA Toolbox
  • [X] Checked that a similar issue has not already been opened

(Note: You may replace [ ] with [X] to check the box)

Gpreciat avatar Oct 03 '24 03:10 Gpreciat