Skip to content

Commit 562e347

Browse files
committed
Connect the two separate strings in mlda.py
1 parent 2aa19cc commit 562e347

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pymc3/step_methods/mlda.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ def __init__(
175175
self.coarse_models = coarse_models
176176
if not isinstance(coarse_models, list):
177177
raise ValueError(
178-
"MLDA step method cannot use " "coarse_models if it is not a list"
178+
"MLDA step method cannot use coarse_models if it is not a list"
179179
)
180180
if len(self.coarse_models) == 0:
181181
raise ValueError(

0 commit comments

Comments
 (0)