Skip to content

Commit ad56f3b

Browse files
Update src/conversions.jl
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 4c854f2 commit ad56f3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/conversions.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ function PythonCall.Py(d::PSISLOOResult)
88
elpd_loo=estimates.elpd,
99
se=estimates.se_elpd,
1010
p_loo=estimates.p,
11-
n_samples=psis_result.nchains * psis_result.ndraws,
11+
n_samples=(psis_result.nchains * psis_result.ndraws),
1212
n_data_points=psis_result.nparams,
1313
warning=false,
1414
loo_i=pyds.loo_i,

0 commit comments

Comments
 (0)