Skip to content
Snippets Groups Projects
Select Git revision
1 result Searching

preprocessor

Sébastien Villemot's avatar
Sébastien Villemot authored
The “diff” operator was incorrectly replaced by its argument in the static
model, leading to an incorrect result for the steady state.

This is because the information contained in the “expr_node” field of the
auxiliary variables storage was not consistent across all types of auxiliary
variables: for a “diff()” operator, it would contain the argument of the
operator, instead of the full node. Hence it would not simplify to zero at the
steady state.

A similar inconsistency was also present for the “expectation()” operator,
though it was not leading to an incorrect static model.
8b23a2d5
History
Name Last commit Last update