Mirek Kratochvil
Mirek Kratochvil
ok this should be improved. :] Is the model available somewhere? (to make a test case)
notes for self when I get to this: - we MIGHT want to abuse the `do` notation for writing folds directly into the grammar, as with bison - the usual...
@paulflang re SBML.jl -- I see we don't really import the IDs (nor constness) of the SpeciesReferences so this can't work very easily. That can be fixed I'd say.
> @exaexa : did you mean "That cannot be fixed"? I meant just fixing the import of the IDs and constatnesses of the species references. The semantics is completely out...
@luciansmith true, thanks! Apologies for not confirming here earlier :)
closing for inactivity; please feel free to reopen if there's some good replacement for the NaN. Btw might be useful to also recommend people to override the sbmlPiecewise with watever...
Hi, yeah this is very true and actually one of the reason I had to remove symbolics (the overhead of these was just too much). If there's some straightforward and...
just for the record, with julia 1.11 we're at this: ``` julia> @time_imports using SBML 0.6 ms Printf 26.4 ms Dates 0.7 ms TOML 12.5 ms Preferences 0.5 ms JLLWrappers...
Hi all, just confirming -- while there are use cases for changing stoichiometries in constraint-based models (e.g. tuning the biomass production to whatever measured values), the changes are typically completely...
Hi! the ambiguity is mostly for "how should we interpret the reference as a computable value". The math is not very explicit esp. in: - units (either all scalars should...