Skip to content

Commit 717909e

Browse files
authored
Fixed typo in export of generated_quantities (#1441)
* fixed typo in export * Update Project.toml
1 parent 7b76237 commit 717909e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "Turing"
22
uuid = "fce5fe82-541a-59a6-adf8-730c64b5f9a0"
3-
version = "0.14.9"
3+
version = "0.14.10"
44

55
[deps]
66
AbstractMCMC = "80f14c24-f653-4e6a-9b94-39d6b0f70001"

src/Turing.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ export @model, # modelling
133133
predict,
134134
pointwise_loglikelihoods,
135135
elementwise_loglikelihoods,
136-
genereated_quantities,
136+
generated_quantities,
137137
logprior,
138138
logjoint
139139

0 commit comments

Comments
 (0)