Skip to content

Commit

Permalink
Disable MCMCChains doctest
Browse files Browse the repository at this point in the history
  • Loading branch information
rikhuijzer committed Apr 6, 2022
1 parent 8b683ae commit 9411433
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/output.jl
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ This passes the objects through show to use the overrides that package creators
# Example
```jldoctest
```
julia> using MCMCChains
julia> chn = Chains([1]; info=(start_time=[1.0], stop_time=[1.0]));
Expand Down

2 comments on commit 9411433

@rikhuijzer
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator register

Release notes:
Added some precompile directives to make things slightly more snappy and removed a doctest to fix CI.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/58030

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v1.2.6 -m "<description of version>" 941143340c2f0c9584323e3c0c69073b7e8519a1
git push origin v1.2.6

Please sign in to comment.