Skip to content

Commit

Permalink
fix vs30 etree slice
Browse files Browse the repository at this point in the history
  • Loading branch information
meihuisu committed Nov 8, 2024
1 parent 7cc4363 commit 8e608f7
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions pycvm/vs30_etree_slice.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def __init__(self, upperleftpoint, bottomrightpoint, meta={}):
else:
meta['title'] = "Thompson Caliornia vs30 Model v2020 thru UCVM"

if 'title' in meta :
if 'depth' in meta :
pass
else:
meta['depth'] = 0
Expand Down Expand Up @@ -128,10 +128,4 @@ def plot(self) :
except:
cvmdesc = self.cvm

if 'title' not in self.meta:
title = "%sVs30 Etree Data For %s" % (location_text, cvmdesc)
self.meta['title'] = title

self.meta['mproperty']="vs"

HorizontalSlice.plot(self)

0 comments on commit 8e608f7

Please sign in to comment.