Spaces:
Build error
Build error
Update src/utils/geo_guesser.py
Browse files- src/utils/geo_guesser.py +2 -1
src/utils/geo_guesser.py
CHANGED
|
@@ -89,4 +89,5 @@ def get_random_land_point_rejection():
|
|
| 89 |
return lon, lat # Return lon, lat
|
| 90 |
|
| 91 |
# If loop finishes, something is wrong or very unlucky
|
| 92 |
-
raise RuntimeError(f"Failed to find a land point using rejection sampling after {max_tries} attempts. Check land data/preparation.")
|
|
|
|
|
|
| 89 |
return lon, lat # Return lon, lat
|
| 90 |
|
| 91 |
# If loop finishes, something is wrong or very unlucky
|
| 92 |
+
raise RuntimeError(f"Failed to find a land point using rejection sampling after {max_tries} attempts. Check land data/preparation.")
|
| 93 |
+
|