Skip to content

Commit

Permalink
Fix doctest (#235)
Browse files Browse the repository at this point in the history
  • Loading branch information
sethaxen authored Oct 1, 2022
1 parent e1e9cd5 commit 09ca2d2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/example_data.jl
Original file line number Diff line number Diff line change
Expand Up @@ -72,15 +72,17 @@ A file is downloaded only when it is requested and then cached for future use.
# Examples
```jldoctest
julia> using ArviZ
julia> keys(load_example_data())
KeySet for a Dict{String, ArviZ.AbstractFileMetadata} with 9 entries. Keys:
"centered_eight"
"radon"
"glycan_torsion_angles"
"rugby"
"non_centered_eight"
"regression10d"
"classification1d"
"regression10d"
"classification10d"
"regression1d"
Expand Down

2 comments on commit 09ca2d2

@sethaxen
Copy link
Member Author

Choose a reason for hiding this comment

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

@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/69361

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 v0.6.6 -m "<description of version>" 09ca2d210f806e23463b07a41bc6ba434d147c4c
git push origin v0.6.6

Please sign in to comment.