Skip to content

Commit

Permalink
Merge changes back into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
wcarthur committed Oct 7, 2020
2 parents 8279445 + 3380b82 commit d8e635e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions PlotInterface/AutoPlotHazard.py
Expand Up @@ -201,6 +201,7 @@ def plotHazardCurves(self, inputFile, plotPath):
placeNames, placeID, placeLats, placeLons, locations = self.getLocations()

for name, plat, plon, pID in zip(placeNames, placeLats, placeLons, placeID):
pID = int(pID)

log.debug("Plotting return period curve for %s"%name)
i = find_index(lon, plon)
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -7,7 +7,7 @@

setup(
name = "TCRM",
version = '3.1.1',
version = '3.1.3',
packages=find_packages(),
scripts=['tcrm.py', 'tcevent.py'],
include_package_data=True,
Expand Down

0 comments on commit d8e635e

Please sign in to comment.