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 13b90c5 commit adf7359Copy full SHA for adf7359
pymc/smc/smc.py
@@ -192,7 +192,7 @@ def initialize_population(self) -> Dict[str, np.ndarray]:
192
return cast(Dict[str, np.ndarray], result)
193
194
def _initialize_kernel(self):
195
- """Create variables and logp function necessary to run SMC_kernel
+ """Create variables and logp function necessary to run SMC kernel
196
197
This method should not be overwritten. If needed, use `setup_kernel`
198
instead.
0 commit comments