-
Notifications
You must be signed in to change notification settings - Fork 55
Description
Hello.
It would be great if you could support.
C:\XYZ\XYZ\RobustSTL.py:54: RuntimeWarning: invalid value encountered in double_scalars
season_value = np.sum(weight_sample * weights)/np.sum(weights)
[!] 2 iteration will strat
Intel MKL ERROR: Parameter 7 was incorrect on entry to DGELS.
Traceback (most recent call last):
File "", line 2, in
File "", line 16, in main
File "C:\XYZ\XYZ\RobustSTL.py", line 121, in RobustSTL
return _RobustSTL(input, season_len, reg1, reg2, K, H, dn1, dn2, ds1, ds2)
File "C:\XYZ\XYZ\RobustSTL.py", line 97, in _RobustSTL
trend_extraction(denoise_sample, season_len, reg1, reg2)
File "C:\XYZ\XYZ\RobustSTL.py", line 36, in trend_extraction
delta_trends = l1(P,q)
File "C:\XYZ\XYZ\l1.py", line 41, in l1
lapack.gels(+P, uls)
ValueError: -7
All the best
A.B.