Skip to content

Commit a67b9b4

Browse files
committed
add comment
1 parent ff6e021 commit a67b9b4

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
@@ -177,7 +177,7 @@ def __init__(
177177

178178
def initialize_population(self) -> Dict[str, np.ndarray]:
179179
"""Create an initial population from the prior distribution"""
180-
sys.stdout.write(" ")
180+
sys.stdout.write(" ") # see issue #5828
181181
with warnings.catch_warnings():
182182
warnings.filterwarnings(
183183
"ignore", category=UserWarning, message="The effect of Potentials"

0 commit comments

Comments
 (0)