Commit 3d8938f
Python "FutureWarnings" in EE2 Standards (#19)
As more production packages use Python, we are going to start seeing
Python "FutureWarning" messages in operational log files. Python
"FutureWarning" messages do not indicate a current problem with the
production code–they warn about a Python or Python package
incompatibility that may cause jobs to fail _when a future version of
Python or the Python library is used._
Python "FutureWarning" messages should be considered acceptable during
the EE2 Review process and in operational log files. Developers should
make an effort to address the underlying cause of "FutureWarning"
messages, when possible, to prevent jobs from failing in the future. I'd
like the EE2 Standards document updated to reflect this.
Please feel free to suggest changes to the wording that I used in this
PR. Thanks!
CC @JacobCarley-NOAA @aerorahul @JustinCooke-NCO
---------
Co-authored-by: alicia bentley <alicia.bentley@dlogin01.dogwood.wcoss2.ncep.noaa.gov>
Co-authored-by: alicia bentley <alicia.bentley@dlogin05.dogwood.wcoss2.ncep.noaa.gov>1 parent 51b0012 commit 3d8938f
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
623 | 623 | | |
624 | 624 | | |
625 | 625 | | |
| 626 | + | |
626 | 627 | | |
627 | 628 | | |
628 | 629 | | |
| |||
0 commit comments