@@ -417,6 +417,23 @@ The experiment table has three mandatory columns ``experimentId``,
417417 unit specified in the model. ``-inf `` indicates that the respective
418418 condition will be simulated until a steady state is reached.
419419
420+ .. note ::
421+
422+ In PEtab, the steady state definition is that *all * differential entities
423+ are at steady state, meaning that all differential entities have reached,
424+ and will remain at, a constant value.
425+
426+ Determining whether differential entities are at steady state is left to
427+ the simulator and user. Reasonable numerical criteria should be used
428+ to determine whether a steady state is reached. Users should
429+ share their chosen numerical criteria when sharing their model, for
430+ reproducibility.
431+
432+ It can be difficult to determine whether the differential entities are
433+ at steady state. For example, events and other discontinuities may
434+ occur after an apparent steady state is reached. It is left to the user to
435+ avoid situations where this issue is problematic.
436+
420437 If the simulation of a condition with steady state fails to reach a steady state,
421438 and the condition is required for the evaluation of simulation at
422439 measurement points, the evaluation of the model is not well-defined.
@@ -512,7 +529,10 @@ Detailed field description
512529
513530 Time point of the measurement in the time unit specified in the employed model,
514531 a finite numeric value, or ``inf `` (lower-case) for steady-state
515- measurements.
532+ measurements (the same definition of steady state as in the
533+ :ref: `v2_experiment_table ` applies here, with the additional
534+ sanity check that the steady state occurs during the final
535+ experiment period).
516536 This value must be greater than or equal to the first time point
517537 of the experiment referenced in the ``experimentId `` column
518538 that is not ``-inf ``.
0 commit comments