From 1b76cb3f571e2f7ad6a670df7da800f168019654 Mon Sep 17 00:00:00 2001 From: Rob Zellem Date: Wed, 1 Dec 2021 11:37:43 -0500 Subject: [PATCH] v1.8.2: ecla fix for CITISENS the sequel --- exotic/api/elca.py | 2 +- exotic/version.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/exotic/api/elca.py b/exotic/api/elca.py index 4a339e21..f96ea743 100644 --- a/exotic/api/elca.py +++ b/exotic/api/elca.py @@ -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))) ) diff --git a/exotic/version.py b/exotic/version.py index 2d986fc5..320141d8 100644 --- a/exotic/version.py +++ b/exotic/version.py @@ -1 +1 @@ -__version__ = "1.8.1" +__version__ = "1.8.2"