https://github.com/pymc-devs/pymc3
Raw File
Tip revision: a3ec9a5b7b888411d4a30c77a5ca3ff47c0bb068 authored by Ricardo Vieira on 02 October 2023, 11:49:25 UTC
Fix mypy failure
Tip revision: a3ec9a5
.gitignore
*.pyc
*.sw[op]
examples/*.png
nb_examples/
nb_tutorials/
build/*
dist/*
*.egg-info/
.ipynb_checkpoints
tmtags
tags
.DS_Store
.cache
# IntelliJ IDE
.idea
*.iml

# Sphinx
_build
docs/_build
docs/build
docs/jupyter_execute
docs/.jupyter_cache
docs/**/generated/*

# Merge tool
*.orig

# Docker development
# notebooks/

# air speed velocity (asv)
benchmarks/env/
benchmarks/html/
benchmarks/results/
.pytest_cache/

# Visual Studio / VSCode
.vs/
.vscode/
.mypy_cache

pytestdebug.log
.dir-locals.el
.pycheckers

# Codespaces
pythonenv*
env/
venv/
.venv/
back to top