You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
refactor:
when running a unit test and a solver is not installed, report the absence of the solver, not the general failing of the test
fix:
prevent glpk timeout when running selected large FBA calculations
avoid an error when running solveLP in parallel and COBRA toolbox is not installed
getAllowedBounds returned inconsistent results when running parallelization
⚠️ various changes in relation to solveLP swapping the sign of reported objective function (sol.f), as already announced with RAVEN release 2.7.12, but not actually done at that point
ensure that RAVEN provided libSBML binaries are used, by using unique filenames
removeMets also considers metNotes field if available
setParam error message if incorrect paramType is specified
feat:
checkInstallation reports how RAVEN was installed, as described in the Wiki
doc:
minor changes in formatting of function documentation