You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
During the perform of pyveg_gee_analysis module, there is a call to the function save_ts_summary_stats() from analysis_processing.py. In order to perform the AR1 and Standard deviation of the detreded timeseries for the summary stats, the function uses ewstools.core.ews_compute() (at line 1061), which unfortunately are deprecated. Therefore, the analysis is interrupted. The only hint found online is that all computation of EWS must be done through the TimeSeries class and associated methods (https://github.com/ThomasMBury/ewstools/releases).
Unfortunately, I would not know how to solve that problem and reformulate the code so as to replace the deprecated function, would it be possible to have help?
The text was updated successfully, but these errors were encountered:
During the perform of pyveg_gee_analysis module, there is a call to the function save_ts_summary_stats() from analysis_processing.py. In order to perform the AR1 and Standard deviation of the detreded timeseries for the summary stats, the function uses ewstools.core.ews_compute() (at line 1061), which unfortunately are deprecated. Therefore, the analysis is interrupted. The only hint found online is that all computation of EWS must be done through the TimeSeries class and associated methods (https://github.com/ThomasMBury/ewstools/releases).
Unfortunately, I would not know how to solve that problem and reformulate the code so as to replace the deprecated function, would it be possible to have help?
The text was updated successfully, but these errors were encountered: