Skip to content

Commit 1ab99b5

Browse files
authored
Merge pull request #916 from rzellem/develop
v1.8.2: ecla fix for CITISENS: the sequel
2 parents 9bee9e0 + 1b76cb3 commit 1ab99b5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

exotic/api/elca.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -383,7 +383,7 @@ def plot_bestfit(self, title="", bin_dt=30./(60*24), zoom=False, phase=True):
383383
str(round_to_2(rprs2err))
384384
)
385385

386-
lclabel2 = r"$T_{\textit{mid}}$ = %s $\pm$ %s BJD$_{\textit{TDB}}$" %(
386+
lclabel2 = r"$T_{mid}$ = %s $\pm$ %s BJD$_{TDB}$" %(
387387
str(round_to_2(self.parameters['tmid'], self.errors.get('tmid',0))),
388388
str(round_to_2(self.errors.get('tmid',0)))
389389
)

exotic/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.8.1"
1+
__version__ = "1.8.2"

0 commit comments

Comments
 (0)