Skip to content

Commit aaf4a11

Browse files
rowan-schaeferOriolAbril
authored andcommitted
Update pymc/smc/smc.py
Co-authored-by: Oriol Abril-Pla <[email protected]>
1 parent f01be40 commit aaf4a11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pymc/smc/kernels.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ def initialize_population(self) -> Dict[str, np.ndarray]:
199199
return cast(Dict[str, np.ndarray], dict_prior)
200200

201201
def _initialize_kernel(self):
202-
"""Create variables and logp function necessary to run SMC_kernel
202+
"""Create variables and logp function necessary to run SMC kernel
203203
204204
This method should not be overwritten. If needed, use `setup_kernel`
205205
instead.

0 commit comments

Comments
 (0)