We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When I call the planet.search() method it doesnt return distances.
locDistance = fio.Planet.search(include_rocky=True, distance_checks=["ANT", "MOR"])
Expected distances from the planets
The text was updated successfully, but these errors were encountered:
Additionally by info from Saganaki: Planet Search allows for up to 10 instead of 3 distances to check.
10
3
Sorry, something went wrong.
fix #19 distance results on planet search
ab49aa7
Merge pull request #20 from jplacht/fix-planet-distances
602d1a9
jplacht
Successfully merging a pull request may close this issue.
Description
When I call the planet.search() method it doesnt return distances.
Reproduction
locDistance = fio.Planet.search(include_rocky=True, distance_checks=["ANT", "MOR"])
The text was updated successfully, but these errors were encountered: