Skip to content

Commit 6971e4e

Browse files
committed
updated stub files
1 parent 0a435dd commit 6971e4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/arviz_base/io_numpyro.pyi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ def from_numpyro_svi(
9999
svi_result: numpyro.infer.svi.SVIRunResult,
100100
model_args: tuple | None = ...,
101101
model_kwargs: dict | None = ...,
102-
prior=...,
102+
prior: dict | None = ...,
103103
posterior_predictive: dict | None = ...,
104104
predictions: dict | None = ...,
105105
constant_data: dict | None = ...,

0 commit comments

Comments
 (0)