drop simplification in smooth robustness
This commit is contained in:
parent
a59756c58e
commit
a8cf83402d
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue