Skip to content

Commit

Permalink
Fixed comment that didnt show up on API docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
nespinoza committed Sep 13, 2019
1 parent 254a5d2 commit 9d58764
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions juliet/fit.py
Original file line number Diff line number Diff line change
Expand Up @@ -1166,10 +1166,10 @@ class model(object):
:param pu: (optional, float)
Same as ``pl``, but for the upper limit. Default is ``1``.
:param ecclim (optional, float)
:param ecclim: (optional, float)
This parameter sets the maximum eccentricity allowed such that a model is actually evaluated. Default is ``1``.
:param log_like_calc (optional, boolean)
:param log_like_calc: (optional, boolean)
If True, it is assumed the model is generated to generate likelihoods values, and thus this skips the saving/calculation of the individual
models per planet (i.e., ``self.model['p1']``, ``self.model['p2']``, etc. will not exist). Default is False.
Expand Down

0 comments on commit 9d58764

Please sign in to comment.