Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
meihuisu committed Nov 2, 2024
1 parent f633161 commit b81f40e
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
Binary file modified dist/ucvm_plotting-0.0.6-py3-none-any.whl
Binary file not shown.
Binary file modified dist/ucvm_plotting-0.0.6.tar.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion pycvm/cross_section.py
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ def __init__(self, startingpoint, endingpoint, meta={}):
else:
self.title = "%s%s Cross Section from (%.2f, %.2f) to (%.2f, %.2f)" % (location_text, cvmdesc, self.startingpoint.longitude, \
self.startingpoint.latitude, self.endingpoint.longitude, self.endingpoint.latitude)
self.meta['title']=title
self.meta['title']=self.title

if 'skip' in self.meta:
self.skip= True;
Expand Down

0 comments on commit b81f40e

Please sign in to comment.