Skip to content

Commit

Permalink
adding folder and removintg debug statement
Browse files Browse the repository at this point in the history
  • Loading branch information
deanthedream committed Sep 23, 2019
1 parent d7cc517 commit ca58e1e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions EXOSIMS/util/plotPlanetPopRvsAandDetectedRvsA.py
Original file line number Diff line number Diff line change
Expand Up @@ -381,8 +381,8 @@ def singleRunPostProcessing(self, PPoutpath, folder):
g.write("\n".join(lines))

#### Plot
print(saltyburrito)
self.plotEccenHist(PPoutpath, fname, date, z, det_eccens)

self.plotEccenHist(PPoutpath, folder, fname, date, z, det_eccens)

del out
del allres
Expand All @@ -406,7 +406,7 @@ def extractXY(self, out, allres):
E = allres_E
return SMA, Rp, E

def plotEccenHist(self, PPoutpath, fname, date, uni_eccens, det_eccens):
def plotEccenHist(self, PPoutpath, folder, fname, date, uni_eccens, det_eccens):
""" Plots the input population eccentricity histogram and detected planet eccentricity distribution
"""
#### Calculate universe planet pop eccen CDF
Expand Down

0 comments on commit ca58e1e

Please sign in to comment.