Skip to content

Commit

Permalink
Fix docs example
Browse files Browse the repository at this point in the history
  • Loading branch information
sefffal committed Apr 6, 2023
1 parent b591fd7 commit 317f241
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/modelling.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ astrom = AstrometryLikelihood(
# Or from a file:
# astrom = CSV.read("mydata.csv", AstrometryLikelihood)
@planet Visual{KepOrbit} begin
@planet B Visual{KepOrbit} begin
a ~ truncated(Normal(10, 4), lower=0, upper=100)
e ~ Uniform(0.0, 0.5)
i ~ Sine()
Expand Down

0 comments on commit 317f241

Please sign in to comment.