diff --git a/stl/smooth_robustness.py b/stl/smooth_robustness.py index dd7eed8..881fa71 100644 --- a/stl/smooth_robustness.py +++ b/stl/smooth_robustness.py @@ -68,7 +68,7 @@ def smooth_robustness(phi, *, L=None, eps=None): else: B = p.B - return sym.log(lo, B).simplify(), sym.log(hi, B).simplify() + return sym.log(lo, B), sym.log(hi, B) # Alpha implementation