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 "tests/test_align.py::test_closest_stns_within_threshold_bad_data" test #68

Closed
eyvorchuk opened this issue May 5, 2020 · 3 comments
Labels

Comments

@eyvorchuk
Copy link
Contributor

This test fails on the lynx node due to the following error: psycopg2.errors.InvalidParameterValue: Coordinate values are out of range [-180 -90, 180 90] for GEOGRAPHY type.

@eyvorchuk eyvorchuk added the bug label May 5, 2020
@jameshiebert
Copy link
Contributor

Can you provide more details?

  • What version of Python are you running?
  • What version of the relevant pacakges (psycopg2, etc.) are installed (output of pip freeze would help)?
  • What is the full output and traceback from running the test (output of py.test -v -k closest_stns_within_threshold_bad_data)?
  • Anything else that might help identify differences between the environment where you observed this error and the CI environment where the test passed?

@eyvorchuk
Copy link
Contributor Author

eyvorchuk commented May 5, 2020

@jameshiebert
Copy link
Contributor

I'm assuming that this is no longer an issue, as we do no longer support py3.6

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants