Remove unused variable
This commit is contained in:
parent
8e359850f7
commit
1b7952b94e
1 changed files with 0 additions and 2 deletions
|
@ -226,8 +226,6 @@ class Hodograph():
|
||||||
min_x, min_y = self.extents['min']
|
min_x, min_y = self.extents['min']
|
||||||
max_x, max_y = self.extents['max']
|
max_x, max_y = self.extents['max']
|
||||||
|
|
||||||
box = max(max_x - min_x, max_y - min_y)
|
|
||||||
|
|
||||||
for sample in self.each_significant_sample(sounding):
|
for sample in self.each_significant_sample(sounding):
|
||||||
color = self.color(sample.height)
|
color = self.color(sample.height)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue