Skip to content

Commit

Permalink
🔥 delete unused print line.
Browse files Browse the repository at this point in the history
  • Loading branch information
perillaroc committed Aug 30, 2024
1 parent 8424860 commit 28f33c7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cedarkit/maps/calculate.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ def calculate_levels_automatic(min_value: float, max_value: float, max_count: in

# 计算得到一个合适的系数,与表中数值相乘作为可选步长
d = math.pow(10.0, math.floor(math.log10(max_value - min_value)) - 2)
print(d)

max_float = sys.float_info.max
step_size = sys.float_info.max
Expand Down

0 comments on commit 28f33c7

Please sign in to comment.