Skip to content

Commit 3878263

Browse files
committed
Pre-commit errors
1 parent dd3cbf2 commit 3878263

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pymc3/sampling.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -466,7 +466,8 @@ def sample(
466466
warnings.warn(
467467
"In v4.0, pm.sample will return an `arviz.InferenceData` object instead of a `MultiTrace` by default. "
468468
"You can pass return_inferencedata=True or return_inferencedata=False to be safe and silence this warning.",
469-
FutureWarning, stacklevel=2
469+
FutureWarning,
470+
stacklevel=2
470471
)
471472
# set the default
472473
return_inferencedata = False

0 commit comments

Comments
 (0)