From f3a9d8937f127098424bd8f870965e5167b682c9 Mon Sep 17 00:00:00 2001 From: pymc-bot Date: Mon, 13 Mar 2023 07:03:29 +0000 Subject: [PATCH 1/2] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20UPGRADE:=20Autoupdate?= =?UTF-8?q?=20pre-commit=20config?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .pre-commit-config.yaml | 2 +- pymc/sampling/mcmc.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 109bc5abdc..a4d26a6adb 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -39,7 +39,7 @@ repos: - id: black - id: black-jupyter - repo: https://github.com/PyCQA/pylint - rev: v2.16.3 + rev: v2.17.0 hooks: - id: pylint args: [--rcfile=.pylintrc] diff --git a/pymc/sampling/mcmc.py b/pymc/sampling/mcmc.py index 1dd22fa818..4ec7b254b8 100644 --- a/pymc/sampling/mcmc.py +++ b/pymc/sampling/mcmc.py @@ -417,7 +417,7 @@ def sample( Keyword arguments for :func:`pymc.to_inference_data` nuts_sampler_kwargs : dict, optional Keyword arguments for the sampling library that implements nuts. - Only used when an external sampler is specified via the `nuts_sampler` kwarg. + Only used when an external sampler is specified via the `nuts_sampler` kwarg. callback : function, default=None A function which gets called for every sample from the trace of a chain. The function is called with the trace and the current draw and will contain all samples for a single trace. From c26523c07d4d5604048f05c69e0b7ca5126f373d Mon Sep 17 00:00:00 2001 From: pymc-bot Date: Mon, 27 Mar 2023 07:03:24 +0000 Subject: [PATCH 2/2] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20UPGRADE:=20Autoupdate?= =?UTF-8?q?=20pre-commit=20config?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index a4d26a6adb..ba5308fcf5 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -39,7 +39,7 @@ repos: - id: black - id: black-jupyter - repo: https://github.com/PyCQA/pylint - rev: v2.17.0 + rev: v2.17.1 hooks: - id: pylint args: [--rcfile=.pylintrc]