Skip to content

Commit

Permalink
Merge pull request #916 from rzellem/develop
Browse files Browse the repository at this point in the history
v1.8.2: ecla fix for CITISENS: the sequel
  • Loading branch information
rzellem authored Dec 1, 2021
2 parents 9bee9e0 + 1b76cb3 commit 1ab99b5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion exotic/api/elca.py
Original file line number Diff line number Diff line change
Expand Up @@ -383,7 +383,7 @@ def plot_bestfit(self, title="", bin_dt=30./(60*24), zoom=False, phase=True):
str(round_to_2(rprs2err))
)

lclabel2 = r"$T_{\textit{mid}}$ = %s $\pm$ %s BJD$_{\textit{TDB}}$" %(
lclabel2 = r"$T_{mid}$ = %s $\pm$ %s BJD$_{TDB}$" %(
str(round_to_2(self.parameters['tmid'], self.errors.get('tmid',0))),
str(round_to_2(self.errors.get('tmid',0)))
)
Expand Down
2 changes: 1 addition & 1 deletion exotic/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.8.1"
__version__ = "1.8.2"

0 comments on commit 1ab99b5

Please sign in to comment.