Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix warnings caused by library code when running system tests #1060

Closed
plamut opened this issue Nov 13, 2021 · 0 comments · Fixed by #1068
Closed

Fix warnings caused by library code when running system tests #1060

plamut opened this issue Nov 13, 2021 · 0 comments · Fixed by #1068
Assignees
Labels
api: bigquery Issues related to the googleapis/python-bigquery API. testing type: cleanup An internal cleanup or hygiene concern.

Comments

@plamut
Copy link
Contributor

plamut commented Nov 13, 2021

Running system tests locally produces the following (under Python 3.8, if it matters, on the v3 branch):

UserWarning: Geometry is in a geographic CRS. Results from 'area' are likely incorrect. Use 'GeoSeries.to_crs()' to re-project geometries to a projected CRS before this operation.

The tests should be refactored to not cause these warnings.

FWIW, there is one other Shapely deprecation warning, but that is caused by Pandas core, no our own code.

@plamut plamut added type: cleanup An internal cleanup or hygiene concern. testing labels Nov 13, 2021
@product-auto-label product-auto-label bot added the api: bigquery Issues related to the googleapis/python-bigquery API. label Nov 13, 2021
@plamut plamut self-assigned this Nov 16, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: bigquery Issues related to the googleapis/python-bigquery API. testing type: cleanup An internal cleanup or hygiene concern.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant