Skip to content

Commit

Permalink
#2085 Removed debug message
Browse files Browse the repository at this point in the history
  • Loading branch information
Howard Soh committed Nov 5, 2022
1 parent bb069d2 commit 6b77519
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scripts/python/print_nc2ascii.py
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,6 @@ def is_2_digit_precision(self, value_array):
if self.EPSILON2_L < abs(a_value*100-int(a_value*100)) < self.EPSILON2_U:
if abs(a_value*10-int(a_value*10)) < self.EPSILON2_U: # to filter x.x9996
result = False
print(" ======================= is_2_digit_precision ", result , a_value, abs(a_value*100-int(a_value*100)) )
break
return result

Expand Down

0 comments on commit 6b77519

Please sign in to comment.