Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No way to have control over the padding in the Wavelet operator #79

Closed
zaccharieramzi opened this issue Mar 7, 2019 · 1 comment
Closed
Assignees
Projects

Comments

@zaccharieramzi
Copy link
Contributor

Right now it is not possible when initializing a Wavelet operator to change the padding.

  • In the case of pywt, it is rather simple, we just need to make visible the kwarg "mode" (right now hardcoded to "symmetric" in pysap/extensions/transform.py).

  • In the case of isap, it is a bit more complicated since we need to make the argument of sparse2d visible in the binding (currently it is not).

@AGrigis AGrigis added this to ToDo in PySAP-dev via automation Mar 21, 2019
@AGrigis AGrigis self-assigned this Mar 21, 2019
@AGrigis
Copy link
Contributor

AGrigis commented Mar 26, 2019

Will be fixed after PR #85 merge.

@AGrigis AGrigis closed this as completed Mar 26, 2019
PySAP-dev automation moved this from ToDo to Done Mar 26, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
PySAP-dev
  
Done
Development

No branches or pull requests

2 participants