AMICI-dev/AMICI

Timepoints in Model and ExpData relative to T0 or not?

Closed this issue · 0 comments

After model.setT0(100) , should the output/measurement timepoints be specified relative to T0, or absolute?
This isn't clearly documented, but it's the latter.

Current implementation: For every t < t0 we return the initial state.
Is this desirable, or should there be a warning / error for t < t0?