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
We recently changed code to eliminate this warning:
tests/idb/test_helpers_conversions.py::TestGeoGrabber::test_geo_grabber
/home/dan/git/IDIGBIO/idb-backend/idb/helpers/conversions.py:479: DeprecationWarning: This function is deprecated. See: https://pyproj4.github.io/pyproj/stable/gotchas.html#upgrading-to-pyproj-2-from-pyproj-1
p1, p2, r["geopoint"][0], r["geopoint"][1])
but it does not appear that tests/idb/test_helpers_conversions.py specifically tests the conversion between datums.
Not clear at this time whether the code is run or not for that test..
The text was updated successfully, but these errors were encountered:
We recently changed code to eliminate this warning:
but it does not appear that
tests/idb/test_helpers_conversions.py
specifically tests the conversion between datums.Not clear at this time whether the code is run or not for that test..
The text was updated successfully, but these errors were encountered: