Skip to content

Commit

Permalink
bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
hposborn committed Jul 13, 2024
1 parent 4230899 commit e563bca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MonoTools/fit.py
Original file line number Diff line number Diff line change
Expand Up @@ -4259,7 +4259,7 @@ def plot(self, interactive=False, n_samp=None, overwrite=False, interp=True, new
vars=['t0_'+pl]
if pl in self.trios:
vars+=['t0_3_'+pl]
elif pl in self.duos:
if pl in self.trios+self.duos:
vars+=['t0_2_'+pl]
elif pl in self.multis or pl in self.rvplanets:
vars+=['per_'+pl]
Expand Down

0 comments on commit e563bca

Please sign in to comment.