There was an error while loading. Please reload this page.
1 parent 5eb46c3 commit 4ca49acCopy full SHA for 4ca49ac
1 file changed
docs/source/tendencies.rst
@@ -56,8 +56,9 @@ Value types
56
57
The ``value`` is type-aware and is not restricted to floating-point numbers:
58
59
-* **Floats** are interpolated across gaps between tendencies, as usual.
60
-* **Integers** are preserved as integers (they are not coerced to float).
+* **Numeric values** (floats and integers) produce a floating-point signal that is
+ interpolated across gaps between tendencies, as usual. Integers are treated as
61
+ floats during evaluation.
62
* **Categorical values** (strings or booleans) describe non-numeric signals, such
63
as a heating scheme (``"nbi"``, ``"ec"``) or an on/off flag. These are held as a
64
step (zero-order hold) rather than interpolated: across a gap, the previous value
0 commit comments