cobratoolbox icon indicating copy to clipboard operation
cobratoolbox copied to clipboard

Question - regarding the expectation of mcc ctf compile

Open supertick opened this issue 6 months ago • 3 comments

Hello, This is only an observation and question regarding the expectation of master/head to successfully compile with mcc.

I've started trying to compile cobratoolbox with with a matlab app. The app code compiles fine, but the cobratoolbox has a variety of errors. Some are invalid default values in functions: function allPaths = DFS(graph, s, e, allPaths = {}, path = [], upperBound = 5) But there are a variety of others, I am still working through them. I'm guessing mcc is not used to validate as part of the release process of cobratoolbox ? Forgive my ignorance, I'm a complete noobie regarding MatLab, however, I do have some software engineering experience. Thanks ! Cheers.

supertick avatar Aug 21 '24 16:08 supertick