Skip to content

Commit

Permalink
Fixed typo in export of generated_quantities (TuringLang#1441)
Browse files Browse the repository at this point in the history
* fixed typo in export

* Update Project.toml
  • Loading branch information
torfjelde committed Oct 12, 2020
1 parent 7b76237 commit 717909e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = "Turing"
uuid = "fce5fe82-541a-59a6-adf8-730c64b5f9a0"
version = "0.14.9"
version = "0.14.10"

[deps]
AbstractMCMC = "80f14c24-f653-4e6a-9b94-39d6b0f70001"
Expand Down
2 changes: 1 addition & 1 deletion src/Turing.jl
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ export @model, # modelling
predict,
pointwise_loglikelihoods,
elementwise_loglikelihoods,
genereated_quantities,
generated_quantities,
logprior,
logjoint

Expand Down

0 comments on commit 717909e

Please sign in to comment.