python warning message for METviewer batch job #1988
Replies: 3 comments 1 reply
-
Ho-Chun, these Functionality in python changes over time. Prior to removing/replacing functionality, python prints the In general, users do need to worry about these types of warnings. But thanks for bringing this particular one to our attention. @TatianaBurek and/or @bikegeek, can you please write up an issue for the correct METplus analysis tools component to replace |
Beta Was this translation helpful? Give feedback.
-
Hello Ho-Chun, we have created a Github issue to fix this deprecation that arises in the pandas third-party package: |
Beta Was this translation helpful? Give feedback.
-
Thanks. I understand it will be fixed in the future and will not impact
current operation.
Please close this issue.
Ho-Chun Huang, Ph.D.
|
Beta Was this translation helpful? Give feedback.
-
When running the metviewer batch job from WCOSS2, receiving warning message as
Timeseries
==== Start Python error ====
/opt/metviewer_python/METcalcpy/metcalcpy/util/utils.py:707: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
output_ee_data = output_ee_data.append(series_data_after_ee)
/opt/metviewer_python/METcalcpy//metcalcpy/sum_stat.py:238: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
aggregated_values = aggregated_values.append(point_data)
:::::::::::::::::::::::::::::::::::::::
::::::::::::::::::::::::::::::::::::;;
/opt/metviewer_python/METcalcpy//metcalcpy/sum_stat.py:238: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
aggregated_values = aggregated_values.append(point_data)
==== End Python error ====
Taylor Diagram
==== Start Python error ====
/opt/metviewer_python/METcalcpy/metcalcpy/util/utils.py:707: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
output_ee_data = output_ee_data.append(series_data_after_ee)
:::::::::::::::::::::::::::::::::::::::
::::::::::::::::::::::::::::::::::::;;
/opt/metviewer_python/METcalcpy/metcalcpy/util/utils.py:707: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
output_ee_data = output_ee_data.append(series_data_after_ee)
==== End Python error ====
Performance plot seems to be free of similar message.
Does user need to update the script on their end? and if yes, please advise.
Beta Was this translation helpful? Give feedback.
All reactions