Skip to content

Commit 86d3089

Browse files
authored
Add steady state time constant (#114)
1 parent dee589e commit 86d3089

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

petab/C.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
This file contains constant definitions.
44
"""
55

6+
import math
7+
8+
69
# MEASUREMENTS
710

811
#:
@@ -20,6 +23,9 @@
2023
#:
2124
TIME = 'time'
2225

26+
#: Time value that indicates steady-state measurements
27+
TIME_STEADY_STATE = math.inf
28+
2329
#:
2430
OBSERVABLE_PARAMETERS = 'observableParameters'
2531

0 commit comments

Comments
 (0)