https://github.com/pymc-devs/pymc3
Raw File
Tip revision: 636b957e71812973098d905e8a5d26d4abb5ac2b authored by Paul Xu on 02 December 2022, 17:26:02 UTC
fixed overriding user provided strings and added debug message
Tip revision: 636b957
.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/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/
back to top