Skip to content

Commit 8e608f7

Browse files
author
meihuisu
committed
fix vs30 etree slice
1 parent 7cc4363 commit 8e608f7

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

pycvm/vs30_etree_slice.py

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ def __init__(self, upperleftpoint, bottomrightpoint, meta={}):
3636
else:
3737
meta['title'] = "Thompson Caliornia vs30 Model v2020 thru UCVM"
3838

39-
if 'title' in meta :
39+
if 'depth' in meta :
4040
pass
4141
else:
4242
meta['depth'] = 0
@@ -128,10 +128,4 @@ def plot(self) :
128128
except:
129129
cvmdesc = self.cvm
130130

131-
if 'title' not in self.meta:
132-
title = "%sVs30 Etree Data For %s" % (location_text, cvmdesc)
133-
self.meta['title'] = title
134-
135-
self.meta['mproperty']="vs"
136-
137131
HorizontalSlice.plot(self)

0 commit comments

Comments
 (0)