We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a72b2aa commit d3ef0aeCopy full SHA for d3ef0ae
src/aces/config.py
@@ -49,7 +49,7 @@ def MEDS_eval_expr(self) -> pl.Expr:
49
50
Examples:
51
>>> print(PlainPredicateConfig(None, value_min=120, value_min_inclusive=False).MEDS_eval_expr())
52
- [(col("numeric_value")) >= (dyn int: 120)]
+ [(col("numeric_value")) > (dyn int: 120)]
53
54
>>> print(PlainPredicateConfig("BP//systolic", 120, 140, True, False).MEDS_eval_expr())
55
[(col("code")) == ("BP//systolic")].all_horizontal([[(col("numeric_value")) >=
0 commit comments