Closed eas342 closed 3 years ago
specType does not appear to properly pass through wavebin series
specType
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.
Fixed by 98183d52630b618157a15bde912667e2546a96a4
specType
does not appear to properly pass through wavebin seriesSteps to reproduce:
Expected different results but get the same results.