When I use the Savitzky-Golay filter, I get an error (see at the end). I think that the problem is that the numbers at Window, Polynomial Order and Derivative Order are got as floats and not as integers.
I had this problem with the Savitzky-Golay before and was able to solve it by reinstalling and updating all the packages. However, since I upgraded Orange-infrared to the most recent version, I get the same error and I can't solve it by reinstalling Orange and all the packages as I did before.
Hi,
When I use the Savitzky-Golay filter, I get an error (see at the end). I think that the problem is that the numbers at Window, Polynomial Order and Derivative Order are got as floats and not as integers.
I had this problem with the Savitzky-Golay before and was able to solve it by reinstalling and updating all the packages. However, since I upgraded Orange-infrared to the most recent version, I get the same error and I can't solve it by reinstalling Orange and all the packages as I did before.
What I can do is to change
at line 136 of
preprocess.py
byin order to ensure that the parameters are integers.
Anyway, I don't know why this happens and I just want to let you know about this because I'm not sure if the problem is me or there is anything wrong.
I'm using openSUSE Leap 42.1. Here is the error: