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 f01be40 commit aaf4a11Copy full SHA for aaf4a11
pymc/smc/kernels.py
@@ -199,7 +199,7 @@ def initialize_population(self) -> Dict[str, np.ndarray]:
199
return cast(Dict[str, np.ndarray], dict_prior)
200
201
def _initialize_kernel(self):
202
- """Create variables and logp function necessary to run SMC_kernel
+ """Create variables and logp function necessary to run SMC kernel
203
204
This method should not be overwritten. If needed, use `setup_kernel`
205
instead.
0 commit comments