-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add missing backticks #756
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #756 +/- ##
=======================================
Coverage 85.94% 85.94%
=======================================
Files 36 36
Lines 4276 4276
=======================================
Hits 3675 3675
Misses 601 601 ☔ View full report in Codecov by Sentry. |
Pull Request Test Coverage Report for Build 12364627968Details
💛 - Coveralls |
Pull Request Test Coverage Report for Build 12364627968Details
💛 - Coveralls |
@@ -1423,6 +1423,7 @@ julia> model = illegal_likelihood() | (a = 1.0,); | |||
julia> model() | |||
ERROR: ArgumentError: `~` with a model on the right-hand side of an observe statement is not supported | |||
[...] | |||
``` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is there a reason why this didn't cause doc tests to fail?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes - it's just because the whole thing is no longer parsed as a codeblock so it's not a doctest, it's just treated as any other arbitrary text in Markdown.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @sunxd3!
No description provided.