We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27f4683 commit de7aaf0Copy full SHA for de7aaf0
pymc3/sampling.py
@@ -1567,9 +1567,9 @@ def sample_posterior_predictive(
1567
nchain = 1
1568
1569
if keep_size and samples is not None:
1570
- raise IncorrectArgumentsError("Should not specify both keep_size and samples argukments")
+ raise IncorrectArgumentsError("Should not specify both keep_size and samples arguments")
1571
if keep_size and size is not None:
1572
- raise IncorrectArgumentsError("Should not specify both keep_size and size argukments")
+ raise IncorrectArgumentsError("Should not specify both keep_size and size arguments")
1573
1574
if samples is None:
1575
if isinstance(trace, MultiTrace):
0 commit comments