Skip to content

fix: getStandardKcat use modelAdapter enzyme_comp#402

Merged
edkerk merged 1 commit into
developfrom
fix/getStandardKcat
May 9, 2025
Merged

fix: getStandardKcat use modelAdapter enzyme_comp#402
edkerk merged 1 commit into
developfrom
fix/getStandardKcat

Conversation

@edkerk
Copy link
Copy Markdown
Member

@edkerk edkerk commented May 9, 2025

Main improvements in this PR:

Instructions on merging this PR:

  • This PR has develop as target branch, and will be resolved with a squash-merge.
  • This PR has main as target branch, and will be resolved with a merge commit.

@github-actions
Copy link
Copy Markdown

github-actions Bot commented May 9, 2025

This PR has been automatically tested with GH Actions. Here is the output of the tests:

 
GECKO installed, unknown version (cannot find version.txt).
Running geckoCoreFunctionTests
================================================================================
Error occurred in geckoCoreFunctionTests/testKcats_tc0011 and it did not run to completion.
---------
Error ID:
---------
'gurobi:Error'
--------------
Error Details:
--------------
Error using gurobi
Gurobi error 10009: License expired 2025-05-03
Please consult the Gurobi Quick Start Guide for details on setting up a license.

Error in optimizeProb (line 108)
resG = gurobi(prob,solverparams);

Error in solveLP (line 104)
res = optimizeProb(prob,params);

Error in geckoCoreFunctionTests>testKcats_tc0011 (line 470)
res = solveLP(ecModel,1);
================================================================================
================================================================================
Error occurred in geckoCoreFunctionTests/testProteomcisIntegration_tc0013 and it did not run to completion.
---------
Error ID:
---------
'gurobi:Error'
--------------
Error Details:
--------------
Error using gurobi
Gurobi error 10009: License expired 2025-05-03
Please consult the Gurobi Quick Start Guide for details on setting up a license.

Error in optimizeProb (line 108)
resG = gurobi(prob,solverparams);

Error in solveLP (line 104)
res = optimizeProb(prob,params);

Error in flexibilizeEnzConcs (line 97)
[sol,hs] = solveLP(model);

Error in geckoCoreFunctionTests>testProteomcisIntegration_tc0013 (line 515)
[~, ecModel, flexEnz] = evalc("flexibilizeEnzConcs(ecModel, 0.4,[],[],adapter,false)");
================================================================================
Done geckoCoreFunctionTests
__________

Failure Summary:

Name Failed Incomplete Reason(s)
========================================================================================
geckoCoreFunctionTests/testKcats_tc0011 X X Errored.
----------------------------------------------------------------------------------------
geckoCoreFunctionTests/testProteomcisIntegration_tc0013 X X Errored.

Note: In the case of multiple test runs, this post will be edited.

@edkerk
Copy link
Copy Markdown
Member Author

edkerk commented May 9, 2025

Gurobi license expired on the MATLAB GitHub runner, but locally all tests pass.

@edkerk edkerk merged commit 3aa5af0 into develop May 9, 2025
1 check passed
@edkerk edkerk deleted the fix/getStandardKcat branch May 9, 2025 12:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant