Skip to content

Commit adf7359

Browse files
Update pymc/smc/smc.py
Co-authored-by: Oriol Abril-Pla <[email protected]>
1 parent 13b90c5 commit adf7359

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pymc/smc/smc.py

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

194194
def _initialize_kernel(self):
195-
"""Create variables and logp function necessary to run SMC_kernel
195+
"""Create variables and logp function necessary to run SMC kernel
196196
197197
This method should not be overwritten. If needed, use `setup_kernel`
198198
instead.

0 commit comments

Comments
 (0)