rodolphethinks1 commited on
Commit
fc276e4
·
verified ·
1 Parent(s): 2241538

Update src/utils/geo_guesser.py

Browse files
Files changed (1) hide show
  1. 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
+