-
Notifications
You must be signed in to change notification settings - Fork 67
Open
Labels
code healthreadability, maintainability, best practices, etcreadability, maintainability, best practices, etcdevopsbuilding, running, deploying, environment stuff, handy utils, repository-related, engineer QoL, etcbuilding, running, deploying, environment stuff, handy utils, repository-related, engineer QoL, etctestsintegration & unit testing, bug triage and preventionintegration & unit testing, bug triage and prevention
Description
deprecation warnings are artifacts from doing version updates, its best to fix these before they stop being warnings and become errors. the current warnings output is:
=============================== warnings summary ===============================
repos/delphi/delphi-epidata/integrations/acquisition/covidcast/test_csv_uploading.py::CsvUploadingTests::test_uploading
/usr/local/lib/python3.8/site-packages/pandas/core/indexing.py:1637: SettingWithCopyWarning:
A value is trying to be set on a copy of a slice from a DataFrame
See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy
self._setitem_single_block(indexer, value, name)
repos/delphi/delphi-epidata/integrations/acquisition/covidcast_nowcast/test_csv_uploading.py::CsvUploadingTests::test_duplicate_row
repos/delphi/delphi-epidata/integrations/acquisition/covidcast_nowcast/test_csv_uploading.py::CsvUploadingTests::test_duplicate_row
repos/delphi/delphi-epidata/integrations/acquisition/covidcast_nowcast/test_csv_uploading.py::CsvUploadingTests::test_uploading
/usr/local/lib/python3.8/site-packages/pandas/io/sql.py:1429: SADeprecationWarning: The Engine.run_callable() method is deprecated and will be removed in a future release. Use the Engine.begin() context manager instead. (deprecated since: 1.4)
return self.connectable.run_callable(
Metadata
Metadata
Assignees
Labels
code healthreadability, maintainability, best practices, etcreadability, maintainability, best practices, etcdevopsbuilding, running, deploying, environment stuff, handy utils, repository-related, engineer QoL, etcbuilding, running, deploying, environment stuff, handy utils, repository-related, engineer QoL, etctestsintegration & unit testing, bug triage and preventionintegration & unit testing, bug triage and prevention