Skip to content

Commit d0b18bc

Browse files
committed
cleanup
1 parent e58942e commit d0b18bc

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

cmdstanpy/utils.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1177,6 +1177,8 @@ def install_cmdstan(
11771177
:param verbose: Boolean value; when ``True``, show console output from all
11781178
intallation steps, i.e., download, build, and test CmdStan release.
11791179
Default is ``False``.
1180+
:param cores: Integer, number of cores to use in the ``make`` command.
1181+
Default is 1 core.
11801182
11811183
:return: Boolean value; ``True`` for success.
11821184
"""

pyproject.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,6 @@ warn_return_any = true
2020

2121
[[tool.mypy.overrides]]
2222
module = [
23-
'tqdm.auto',
24-
2523
'tqdm.auto',
2624
'pandas',
2725
'ujson',

0 commit comments

Comments
 (0)