-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No time stamp is added for parameter measurements #13
Comments
Due to the steady state assumption fluxes and pool sizes are constant over time, hence a flux/poolsize (ratio) measurement is valid at any time point. (side note: if FluxML is ever extended to the metabolically instationary case fluxes and pool sizes will become time dependent) Returning -1 would imply the measurement is valid only for t = infinity, i.e. the isotopically stationary case. I would say that these measurements do not need the Thoughts? Oppinions? |
Ok, I understand why -1 would be inconsistent. I like your idea of using |
I'll have a look. At first glance this seems easy to do. |
For flux/pool (ratio) measurement groups no time stamp is added (
getTimeStampSet
returns an empty set). It would be better to add -1 to the set, because you can than generically get measurement data by iterating over the set. Right now, this works for all measurements but the parameter measurements.Also, it does not make sense to even have such a set if it would supposed to be empty in every scenario.
The text was updated successfully, but these errors were encountered: