Skip to content

Commit

Permalink
debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
G-Sommani committed Oct 9, 2024
1 parent 448f81d commit 4a388ca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions skyreader/utils/handle_map_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ def extract_map(
min_value = grid_value[0]

if remove_min_val or (not llh_map):
print(remove_min_val, not llh_map)
# renormalize
grid_value = grid_value - min_value
min_value = 0.
Expand Down

0 comments on commit 4a388ca

Please sign in to comment.