akaviaLab

Results 51 comments of akaviaLab
trafficstars

Okay. I'll keep that in mind for next issues. Is this what you meant with the creator for a simpler API?

> Yep, pretty much. I would probably allow the dates to be provided directly as string and have **init** convert it to datetime. And maybe have some things initialized to...

Hi Matthias, As far as I remember, there are still some open discussions 1) Should we rename CVTerm to something like standardized? 2) Should creators have only one name, or...

Right now, the document (libsbml.SBMLDocument), is set to be created at current time if there is no document creation time. Nothing else is created, because having diffs is a bad...

Okay. I think if this is what the community wants to do, we should define a standard of - What is a valid cobray ID? - How to deal with...

> The current date was only supposed to use current time as default value for the constructor. So it would only be set the first time the history is created...

@cdiener @matthiaskoenig Is the documentation in af5f3fa for CVTerm and Qualifier better? What the documentation should be in general?

This is still valid (and valid for GLPK as well), and since the tests use copy a lot, it can alter results of running optimization of tests. I've attached an...

Maybe this is a problem with reading from SBML? Are the constraint bounds supposed to be read as int or float? @matthiaskoenig Either way, the copy shouldn't change something from...

@cdiener - thanks for explaining. Should the flux be float to begin with when reading from SBML? If not, how can we fix the type switch in GLPK?