Skip to content

Commit

Permalink
doc typo
Browse files Browse the repository at this point in the history
  • Loading branch information
cmbant committed Apr 23, 2024
1 parent 92b50ed commit 50309b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cobaya/prior.py
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@
prior: [...]
drop: True
x:
value: "lambda logx: np.exp(x)"
value: "lambda logx: np.exp(logx)"
Now, if you want to fix the value of ``logx`` without changing the structure of the
input, do
Expand All @@ -294,7 +294,7 @@
value: [fixed_value]
drop: True
x:
value: "lambda logx: np.exp(x)"
value: "lambda logx: np.exp(logx)"
.. _prior_inheritance:
Expand Down

0 comments on commit 50309b2

Please sign in to comment.