adaptive-wavelets icon indicating copy to clipboard operation
adaptive-wavelets copied to clipboard

Create new PyPI release

Open jpdunc23 opened this issue 2 years ago • 0 comments

Current version on PyPI is from 09/06/2021 and seems to be missing some things. E.g.:

wt = DWT2d(wave='db5', mode='zero', J=4, init_factor=1, noise_factor=0, const_factor=0, device='cpu')

gives:

TypeError: __init__() got an unexpected keyword argument 'device'

Simple workaround in the meantime: pip install git+https://github.com/Yu-group/adaptive-wavelets

jpdunc23 avatar Mar 14 '23 22:03 jpdunc23