eas342 / tshirt

Tools for time series
MIT License
9 stars 1 forks source link

Pass specType through wavebin Series #15

Closed eas342 closed 3 years ago

eas342 commented 3 years ago

specType does not appear to properly pass through wavebin series

Steps to reproduce:

from tshirt.pipeline import spec_pipeline
spec = spec_pipeline.spec()
spec.make_wavebin_series(specType='Optimal')
spec.print_noise_wavebin(nbins=1)
spec.make_wavebin_series(specType='Sum')
spec.print_noise_wavebin(nbins=1,recalculate=False)

Expected different results but get the same results.

eas342 commented 3 years ago

Fixed by 98183d52630b618157a15bde912667e2546a96a4