You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @shailesh1729,
you are totally right. I am going to change this and it would take place immediately in master and soon in stable as soon as we release v1.15.0 :)
In the file pylops/optimization/sparsity.py
_hardthreshold_percentile
seems to call_halfthreshold
internally, while it should be calling_hardthreshold
._softthreshold_percentile
correctly calls_softthreshold
_halfthreshold_percentile
correctly calls_halfthreshold
It appears to be a typo in the definition of
_hardthreshold_percentile
.I guess it's a typo.
The text was updated successfully, but these errors were encountered: