savitzky-golay icon indicating copy to clipboard operation
savitzky-golay copied to clipboard

crash when polynomial option is smaller than derivative

Open lpatiny opened this issue 10 years ago • 1 comments

https://github.com/mljs/savitzky-golay/blob/master/src/index.js#L62

What should be done:

  • throw a range error before ?
  • automatically correct the options ?

lpatiny avatar Oct 01 '15 15:10 lpatiny

I didn't realice that, thanks, and I think that the best option is to throw an error before

maasencioh avatar Oct 01 '15 15:10 maasencioh