drop simplification in smooth robustness

This commit is contained in:
Marcell Vazquez-Chanlatte 2017-04-21 00:17:50 -07:00
parent a59756c58e
commit a8cf83402d

View file

@ -68,7 +68,7 @@ def smooth_robustness(phi, *, L=None, eps=None):
else: else:
B = p.B 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 # Alpha implementation