Skip to content

Commit f890ef5

Browse files
Fix incorrect signature in call to _sample_unconditional
1 parent 46a3498 commit f890ef5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pymc_extras/statespace/core/statespace.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1578,7 +1578,7 @@ def sample_unconditional_posterior(
15781578
steps=steps,
15791579
use_data_time_dim=use_data_time_dim,
15801580
random_seed=random_seed,
1581-
method=mvn_method,
1581+
mvn_method=mvn_method,
15821582
**kwargs,
15831583
)
15841584

0 commit comments

Comments
 (0)