Skip to content

Commit da66996

Browse files
zuhengxugdalle
andauthored
Update src/objectives/loglikelihood.jl
Co-authored-by: Guillaume Dalle <[email protected]>
1 parent da8593c commit da66996

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/objectives/loglikelihood.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ the target distribution p.
1616
1717
"""
1818
function loglikelihood(
19-
rng::AbstractRNG, # empty argument
19+
::AbstractRNG, # empty argument
2020
flow::Bijectors.UnivariateTransformed, # variational distribution to be trained
2121
xs::AbstractVector, # sample batch from target dist p
2222
)

0 commit comments

Comments
 (0)